copygirl / BetterStorage

A Minecraft mod aimed at offering more storage options.
http://copy.mcft.net/mc/BetterStorage/
MIT License
57 stars 33 forks source link

Add support for Wood Stuff #308

Open Sunconure11 opened 9 years ago

Sunconure11 commented 9 years ago

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 commented 9 years ago

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

copygirl commented 9 years ago

@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 commented 9 years ago

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 commented 9 years ago

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