forked from TAIGA/TAIGA
fixed last derps with automated building
This commit is contained in:
@@ -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;
|
||||
|
@@ -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": [],
|
||||
|
Reference in New Issue
Block a user