Fix machine sides/add rubber plank texture
This commit is contained in:
parent
571e1aa033
commit
bb7e68eb59
3 changed files with 5 additions and 3 deletions
|
@ -297,6 +297,8 @@ public class
|
|||
|
||||
}
|
||||
|
||||
GameRegistry.addShapelessRecipe(new ItemStack(ModBlocks.rubberPlanks, 4), ModBlocks.rubberLog);
|
||||
|
||||
for (String name : ItemDustsSmall.types) {
|
||||
GameRegistry.addShapelessRecipe(ItemDustsSmall.getSmallDustByName(name, 4), ItemDusts.getDustByName(name));
|
||||
GameRegistry.addShapelessRecipe(ItemDusts.getDustByName(name, 1), ItemDustsSmall.getSmallDustByName(name), ItemDustsSmall.getSmallDustByName(name), ItemDustsSmall.getSmallDustByName(name), ItemDustsSmall.getSmallDustByName(name));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue