-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Wood Stuff #308
Comments
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.
The text was updated successfully, but these errors were encountered: