Treetap recipe and [TEXTURES] uu matter change

This commit is contained in:
TheDoctorSoda 2016-03-02 17:16:35 -08:00
parent b9daec57f8
commit 3c3591cec2
2 changed files with 7 additions and 0 deletions

View file

@ -218,6 +218,13 @@ public class
'O', new ItemStack(ModItems.lapotronicOrb)
);
CraftingHelper.addShapedOreRecipe(new ItemStack(ModItems.treeTap),
" S ",
"PPP",
"P ",
'S', "stickWood",
'P', "plankWood");
CraftingHelper.addShapedOreRecipe(new ItemStack(ModItems.rockCutter),
"DT ", "DT ", "DCB",
'D', ItemParts.getPartByName("rockCutterBlade"),

Binary file not shown.

Before

Width:  |  Height:  |  Size: 213 B

After

Width:  |  Height:  |  Size: 350 B