Treetap recipe and [TEXTURES] uu matter change
This commit is contained in:
parent
b9daec57f8
commit
3c3591cec2
2 changed files with 7 additions and 0 deletions
|
@ -218,6 +218,13 @@ public class
|
||||||
'O', new ItemStack(ModItems.lapotronicOrb)
|
'O', new ItemStack(ModItems.lapotronicOrb)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
CraftingHelper.addShapedOreRecipe(new ItemStack(ModItems.treeTap),
|
||||||
|
" S ",
|
||||||
|
"PPP",
|
||||||
|
"P ",
|
||||||
|
'S', "stickWood",
|
||||||
|
'P', "plankWood");
|
||||||
|
|
||||||
CraftingHelper.addShapedOreRecipe(new ItemStack(ModItems.rockCutter),
|
CraftingHelper.addShapedOreRecipe(new ItemStack(ModItems.rockCutter),
|
||||||
"DT ", "DT ", "DCB",
|
"DT ", "DT ", "DCB",
|
||||||
'D', ItemParts.getPartByName("rockCutterBlade"),
|
'D', ItemParts.getPartByName("rockCutterBlade"),
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 213 B After Width: | Height: | Size: 350 B |
Loading…
Add table
Reference in a new issue