From 58a846cf91d581ac2c2e0c5e9fc811841bf558ca Mon Sep 17 00:00:00 2001 From: Jordan Byrne Date: Mon, 26 Feb 2018 05:48:21 +1000 Subject: + 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. --- src/Java/gtPlusPlus/core/item/ModItems.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Java/gtPlusPlus/core/item/ModItems.java') 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."); -- cgit