aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/core/handler
diff options
context:
space:
mode:
authorJordan Byrne <draknyte1@hotmail.com>2018-02-26 05:48:21 +1000
committerJordan Byrne <draknyte1@hotmail.com>2018-02-26 05:48:21 +1000
commit58a846cf91d581ac2c2e0c5e9fc811841bf558ca (patch)
tree3d1792424ae898c256dcb6183da12f5e90f597fe /src/Java/gtPlusPlus/core/handler
parentc30fc210a3ada13c43f2bd63812d8fc584abc8fb (diff)
downloadGT5-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/core/handler')
-rw-r--r--src/Java/gtPlusPlus/core/handler/COMPAT_HANDLER.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Java/gtPlusPlus/core/handler/COMPAT_HANDLER.java b/src/Java/gtPlusPlus/core/handler/COMPAT_HANDLER.java
index e59e7b0cf1..c3b2369d4a 100644
--- a/src/Java/gtPlusPlus/core/handler/COMPAT_HANDLER.java
+++ b/src/Java/gtPlusPlus/core/handler/COMPAT_HANDLER.java
@@ -55,6 +55,7 @@ public class COMPAT_HANDLER {
*/
new RECIPES_LaserEngraver();
+ new RECIPES_Extruder();
GregtechEnergyBuffer.run();
GregtechLFTR.run();
GregtechSteamCondenser.run();