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/core/item/ModItems.java | |
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/core/item/ModItems.java')
-rw-r--r-- | src/Java/gtPlusPlus/core/item/ModItems.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Java/gtPlusPlus/core/item/ModItems.java b/src/Java/gtPlusPlus/core/item/ModItems.java index 2095893da4..759cf4d060 100644 --- a/src/Java/gtPlusPlus/core/item/ModItems.java +++ b/src/Java/gtPlusPlus/core/item/ModItems.java @@ -758,6 +758,7 @@ public final class ModItems { GT_OreDictUnificator.registerOre("platePhasedGold", ItemUtils.getSimpleStack(itemPlateVibrantAlloy)); GT_OreDictUnificator.registerOre("dustPhasedIron", ItemUtils.getSimpleStack(itemDustPulsatingIron)); GT_OreDictUnificator.registerOre("platePhasedIron", ItemUtils.getSimpleStack(itemPlatePulsatingIron)); + GT_OreDictUnificator.registerOre("blockVibrantAlloy", ItemUtils.getItemStackOfAmountFromOreDict("blockPhasedGold", 1)); } else { Logger.WARNING("EnderIO not Found - Skipping Resources."); |