Bumped to version 1.3.1
This commit is contained in:
parent
01d7d569ef
commit
c2f2259d82
3 changed files with 9 additions and 5 deletions
|
@ -17,13 +17,17 @@ buildscript {
|
|||
|
||||
apply plugin: 'forge'
|
||||
|
||||
version = "1.3.0"
|
||||
group= "cr0s.warpdrive" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
|
||||
version = "1.3.1"
|
||||
group = "cr0s.warpdrive" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
|
||||
archivesBaseName = "warpdrive"
|
||||
|
||||
minecraft {
|
||||
version = "1.7.10-10.13.4.1492-1.7.10"
|
||||
runDir = "eclipse"
|
||||
|
||||
// replacing
|
||||
replace "@version@", project.version
|
||||
replaceIn "WarpDrive.java"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
@ -117,7 +117,7 @@ import cr0s.warpdrive.world.SpaceWorldGenerator;
|
|||
*/
|
||||
public class WarpDrive implements LoadingCallback {
|
||||
public static final String MODID = "WarpDrive";
|
||||
public static final String VERSION = "1.3.0.0";
|
||||
public static final String VERSION = "@version@";
|
||||
|
||||
public static Block warpCore;
|
||||
public static Block protocolBlock;
|
||||
|
|
|
@ -8,8 +8,8 @@ Jump to hyperspace for long-range traveling!
|
|||
Set up laser cannons on your ship to fight with other players' ships, or craft a mining laser to collect valuable resources on Earth or in space.
|
||||
Cloak your ship, base or a space station from your enemies!
|
||||
And lots more!",
|
||||
"version": "1.3.0.0",
|
||||
"mcversion": "1.7.10",
|
||||
"version": "${version}",
|
||||
"mcversion": "${mcversion}",
|
||||
"url": "http://www.minecraftforum.net/topic/1444954-",
|
||||
"updateUrl": "",
|
||||
"authors": ["Cr0s", "DarkholmeTenk", "drpepper240", "ZLOFENIX", "LemADEC"],
|
||||
|
|
Loading…
Reference in a new issue