Skip to content
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

Open
Sunconure11 opened this issue Sep 16, 2015 · 4 comments
Open

Add support for Wood Stuff #308

Sunconure11 opened this issue Sep 16, 2015 · 4 comments

Comments

@Sunconure11
Copy link

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.

@Adaptivity
Copy link
Contributor

I've added support for some recipes. But I don't know how to add support for reinforced chests.

@copygirl
Copy link
Owner

@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?

@Adaptivity
Copy link
Contributor

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.

@Sunconure11
Copy link
Author

The chests in Wood Stuff are registered as chest and chestWood under the oredictionary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants