Open Sunconure11 opened 9 years ago
I've added support for some recipes. But I don't know how to add support for reinforced chests.
@Adaptivity Here's where the recipe is registered. You'd have to change getReinforcedRecipe to take an object instead of a block.
So ... since when are these things part of the ore dictionary?
Chests are part of ore dictionary since 1.8. So, I've just added private static void registerOreDictionary() in my PR and registered them. I know very little about java programming, so I'm not sure what I should change. Better someone else should take a look.
The chests in Wood Stuff are registered as chest and chestWood under the oredictionary.
Wood Stuff adds variants of various chests utilizing wood from other mods. You might want to update the recipes to use oredictionary definitions of chests.