Merge branch 'MC1.7' of https://github.com/LemADEC/WarpDrive into MC1.7

This commit is contained in:
LemADEC 2015-08-04 03:55:12 +02:00
commit 360dbe6796
11 changed files with 3 additions and 3 deletions

View file

@ -17,12 +17,12 @@ buildscript {
apply plugin: 'forge'
version = "2.0.0"
version = "1.3.0"
group= "cr0s.warpdrive" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "warpdrive"
minecraft {
version = "1.7.10-10.13.4.1490-1.7.10"
version = "1.7.10-10.13.4.1492-1.7.10"
runDir = "eclipse"
}

Binary file not shown.

Binary file not shown.

View file

@ -6,5 +6,5 @@
"midlaser": {"category": "master","sounds": [{"name": "midlaser","stream": false}]},
"lowlaser": {"category": "master","sounds": [{"name": "lowlaser","stream": false}]},
"cloak": {"category": "master","sounds": [{"name": "cloak","stream": false}]},
"decloak": {"category": "master","sounds": [{"name": "decloak","stream": false}]},
"decloak": {"category": "master","sounds": [{"name": "decloak","stream": false}]}
}