Skip to content

Commit 90f599b

Browse files
committed
Add Immersive Engineering treated planks
1 parent 9d26742 commit 90f599b

File tree

11 files changed

+9
-2
lines changed

11 files changed

+9
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ idea {
2727
}
2828

2929
minecraft {
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
}

resources/assets/storagedrawersextra/lang/en_US.lang

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,6 @@ storageDrawers.material.forestry:ipe=Ipe
7070
storageDrawers.material.forestry:padauk=Padauk
7171
storageDrawers.material.forestry:cocobolo=Cocobolo
7272
storageDrawers.material.forestry:zebrawood=Zebrawood
73+
74+
# Materials (Immersive Engineering)
75+
storageDrawers.material.immersiveengineering:immeng_treated=Treated Wood
726 Bytes
Loading
742 Bytes
Loading
745 Bytes
Loading
670 Bytes
Loading
680 Bytes
Loading
684 Bytes
Loading
645 Bytes
Loading

src/com/jaquadro/minecraft/storagedrawersextra/block/EnumMod.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)