Fix machine sides/add rubber plank texture

This commit is contained in:
TheDoctorSoda 2016-02-21 15:08:44 -08:00
parent 571e1aa033
commit bb7e68eb59
3 changed files with 5 additions and 3 deletions

View file

@ -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));