Started new item textures
This commit is contained in:
parent
519d794308
commit
516a1bbec4
3 changed files with 1 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 11 KiB |
BIN
resources/assets/dark/textures/items/gear.jpg
Normal file
BIN
resources/assets/dark/textures/items/gear.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
|
@ -215,7 +215,7 @@ public class CoreRecipeLoader extends RecipeLoader
|
||||||
}
|
}
|
||||||
if (mat.shouldCreateItem(EnumOrePart.GEARS))
|
if (mat.shouldCreateItem(EnumOrePart.GEARS))
|
||||||
{
|
{
|
||||||
GameRegistry.addRecipe(new ShapedOreRecipe(mat.getStack(EnumOrePart.GEARS, 4), new Object[] { " I", "IRI", " I ", 'I', "ingot" + mat.simpleName, 'R', mat.shouldCreateItem(EnumOrePart.ROD) ? mat.getStack(EnumOrePart.ROD) : Item.stick }));
|
GameRegistry.addRecipe(new ShapedOreRecipe(mat.getStack(EnumOrePart.GEARS, 4), new Object[] { " I ", "IRI", " I ", 'I', "ingot" + mat.simpleName, 'R', mat.shouldCreateItem(EnumOrePart.ROD) ? mat.getStack(EnumOrePart.ROD) : Item.stick }));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue