File tree Expand file tree Collapse file tree 5 files changed +9
-7
lines changed
Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1010* .iws
1111* .iml
1212.idea
13+ classes
1314build
1415.gradle
1516run
Original file line number Diff line number Diff line change @@ -9,17 +9,17 @@ buildscript {
99}
1010apply plugin : " net.minecraftforge.gradle.forge"
1111
12- ext. modVersion = " 1.0 .0"
13- version = " ${ modVersion} -1.12"
12+ ext. modVersion = " 1.1 .0"
13+ version = " ${ modVersion} -1.12.x "
1414group = " com.pau101.auginter"
1515archivesBaseName = " auginter"
1616
1717sourceCompatibility = targetCompatibility = JavaVersion . VERSION_1_8
1818
1919minecraft {
20- version = " 1.12-14.21.1.2420 "
20+ version = " 1.12.2 -14.23.0.2491 "
2121 runDir = " run"
22- mappings = " snapshot_20170722 "
22+ mappings = " snapshot_20180107 "
2323 makeObfSourceJar = false
2424}
2525
Original file line number Diff line number Diff line change 1414 modid = AugmentedInteractions .ID ,
1515 name = AugmentedInteractions .NAME ,
1616 version = AugmentedInteractions .VERSION ,
17- guiFactory = "com.pau101.auginter.client.gui.AugInterGuiFactory"
17+ guiFactory = "com.pau101.auginter.client.gui.AugInterGuiFactory" ,
18+ acceptedMinecraftVersions = "[1.12]"
1819)
1920public final class AugmentedInteractions {
2021 public static final String ID = "auginter" ;
2122
2223 public static final String NAME = "Augmented Interactions" ;
2324
24- public static final String VERSION = "1.0 .0" ;
25+ public static final String VERSION = "1.1 .0" ;
2526
2627 @ SidedProxy (
2728 clientSide = "com.pau101.auginter.client.ClientProxy" ,
File renamed without changes.
Original file line number Diff line number Diff line change 11{
22 "pack" : {
33 "description" : " The default look of Augmented Interactions" ,
4- "pack_format" : 2
4+ "pack_format" : 3
55 }
66}
You can’t perform that action at this time.
0 commit comments