diff options
author | Jordan Byrne <draknyte1@hotmail.com> | 2018-02-26 05:48:21 +1000 |
---|---|---|
committer | Jordan Byrne <draknyte1@hotmail.com> | 2018-02-26 05:48:21 +1000 |
commit | 58a846cf91d581ac2c2e0c5e9fc811841bf558ca (patch) | |
tree | 3d1792424ae898c256dcb6183da12f5e90f597fe /src/Java/gtPlusPlus/xmod/gregtech/api | |
parent | c30fc210a3ada13c43f2bd63812d8fc584abc8fb (diff) | |
download | GT5-Unofficial-58a846cf91d581ac2c2e0c5e9fc811841bf558ca.tar.gz GT5-Unofficial-58a846cf91d581ac2c2e0c5e9fc811841bf558ca.tar.bz2 GT5-Unofficial-58a846cf91d581ac2c2e0c5e9fc811841bf558ca.zip |
+ Added Small Gear extruder shape and more recipes for all small gears. (Extruder/Alloy Smelter)
+ Added recipes for the Iron and Steel rotor shafts to be crafted using the Shaft extrusion shape.
+ Added Block of Vibrant alloy to blockVibrantAlloy in the Ore Dictionary.
$ Fixed missing extrusion shaft recipe, due to blockVibrantAlloy not existing previously.
% Changed texture for GT computer cube.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java index fc23403f9e..3907e284a5 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java @@ -83,8 +83,9 @@ public enum GregtechItemList implements GregtechItemContainer { //Unused Machine Coils Casing_Coil_U1, Casing_Coil_U2, Casing_Coil_BlastSmelter, Casing_BlastSmelter, - //Windmill Shaft Shape for Extruder + //Shapes for Extruder Shape_Extruder_WindmillShaft, + Shape_Extruder_SmallGear, //Batteries Battery_RE_EV_Sodium, Battery_RE_EV_Cadmium, Battery_RE_EV_Lithium, |