Compare commits
2 Commits
1.12-2.1.0
...
1.12.1-2.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b1a2826cb4 | ||
|
|
0b462280fc |
Submodule ReplayStudio updated: 11b6ad7cb9...f1d6fbbf8a
@@ -34,7 +34,7 @@ archivesBaseName = "replaymod"
|
|||||||
|
|
||||||
minecraft {
|
minecraft {
|
||||||
coreMod = 'com.replaymod.core.LoadingPlugin'
|
coreMod = 'com.replaymod.core.LoadingPlugin'
|
||||||
version = '1.12-14.21.1.2387'
|
version = '1.12.1-14.22.0.2444'
|
||||||
runDir = "eclipse"
|
runDir = "eclipse"
|
||||||
mappings = "snapshot_20170615"
|
mappings = "snapshot_20170615"
|
||||||
replace '@MOD_VERSION@', project.version
|
replace '@MOD_VERSION@', project.version
|
||||||
|
|||||||
@@ -7,7 +7,8 @@ public enum MinecraftVersion {
|
|||||||
MC_1_10_2("Minecraft 1.10.2", "1.10.2"),
|
MC_1_10_2("Minecraft 1.10.2", "1.10.2"),
|
||||||
MC_1_11("Minecraft 1.11", "1.11"),
|
MC_1_11("Minecraft 1.11", "1.11"),
|
||||||
MC_1_11_2("Minecraft 1.11.2", "1.11.2"),
|
MC_1_11_2("Minecraft 1.11.2", "1.11.2"),
|
||||||
MC_1_12("Minecraft 1.12", "1.12");
|
MC_1_12("Minecraft 1.12", "1.12"),
|
||||||
|
MC_1_12_1("Minecraft 1.12.1", "1.12.1");
|
||||||
|
|
||||||
private String niceName, apiName;
|
private String niceName, apiName;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user