File tree Expand file tree Collapse file tree 11 files changed +9
-2
lines changed
Expand file tree Collapse file tree 11 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ idea {
2727}
2828
2929minecraft {
30- version = " 1.10.2-12.18.3.2185 "
30+ version = " 1.10.2-12.18.3.2221 "
3131 runDir = " run"
3232
3333 // the mappings can be changed at any time, and must be in the following format.
3434 // snapshot_YYYYMMDD snapshot are built nightly.
3535 // stable_# stables are built at the discretion of the MCP team.
3636 // Use non-default mappings at your own risk. they may not allways work.
3737 // simply re-run your setup task after changing the mappings to update your workspace.
38- mappings = " snapshot_20161116 "
38+ mappings = " stable_29 "
3939
4040 replace ' @VERSION@' , project. version
4141}
Original file line number Diff line number Diff line change @@ -70,3 +70,6 @@ storageDrawers.material.forestry:ipe=Ipe
7070storageDrawers.material.forestry:padauk=Padauk
7171storageDrawers.material.forestry:cocobolo=Cocobolo
7272storageDrawers.material.forestry:zebrawood=Zebrawood
73+
74+ # Materials (Immersive Engineering)
75+ storageDrawers.material.immersiveengineering:immeng_treated=Treated Wood
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ public enum EnumMod implements IStringSerializable
99 NATURA ("natura" , EnumVariant .NATURA_WILLOW ),
1010 BOP ("BiomesOPlenty" , EnumVariant .BOP_WILLOW ),
1111 FORESTRY ("forestry" , EnumVariant .FORESTRY_WILLOW ),
12+ IMMENG ("immersiveengineering" , EnumVariant .IMMENG_TREATED )
1213 ;
1314
1415 private String id ;
You can’t perform that action at this time.
0 commit comments