fixed last derps with automated building

This commit is contained in:
2016-07-20 05:17:05 +02:00
parent 64f19a9741
commit 2ef3bc1dd4
3 changed files with 19 additions and 13 deletions

View File

@@ -31,7 +31,7 @@ import static slimeknights.tconstruct.library.utils.HarvestLevels.*;
public class TAIGA {
public static final String MODID = "taiga";
public static final String VERSION = "@VERSION@";
public static final String VERSION = "${version}";
@SidedProxy(clientSide = "com.sosnitzka.taiga.proxy.ClientProxy", serverSide = "com.sosnitzka.taiga.proxy.ServerProxy")
public static ServerProxy proxy;

View File

@@ -2,11 +2,11 @@
"modid": "taiga",
"name": "Tinkers Alloying Addon",
"description": "An addon for Tinkers' Construct! 32 New Materials including 16 various alloys.",
"version": "1.0.1",
"mcversion": "1.10.2",
"version": "${version}",
"mcversion": "${mcversion}",
"url": "https://github.com/Zkaface/TAIGA",
"updateUrl": "",
"authorList": ["Zkaface", "chefe4ever"],
"authorList": ["Zkaface", "Chefe"],
"credits": "Chefe. He's there, if you need him. Sometimes.",
"logoFile": "",
"screenshots": [],