buttilda / WoodStuff

Adds wood stuff for several mod's planks
6 stars 4 forks source link

[Request] Add Doors to the List of Items #1

Closed UndeadZeratul closed 9 years ago

UndeadZeratul commented 9 years ago

Would it be possible to add multiple doors to the list of things added for each wood type?

buttilda commented 9 years ago

Problem with doors is that they don't just use the planks texture, they have a unique texture so they can't be dynamically generated.

UndeadZeratul commented 9 years ago

Aww rats. There isn't a way you could have a template and overlay them or anything?

buttilda commented 9 years ago

it's possible but it wouldn't look good. Making an overlay that works for every texture is tricky because woods come in many different colours.

UndeadZeratul commented 9 years ago

That's fair; it'd be cool to have automagically generated doors, but if they're not going to look good, why bother?

buttilda commented 9 years ago

it sure wood (get it?) I have plans on adding more blocks in the future likr chests and signs, but doors unfortunately just aren't worth it ):

UndeadZeratul commented 9 years ago

How would you handle the oredict'd recipe for the vanilla chest, disable that and add new ones? Would the vanilla chest even be craftable, or would you make your own "oak wood chest" block that takes oak wood, along with the rest of the ones you're thinking of making?

Same thing for stuff like signs.

buttilda commented 9 years ago

The vanilla chest would be the fail-safe recipe, it would be crafted in case you used more than one type of wood in the recipe or if you used a plank that isn't supported.

Same for signs, except the vanilla sign would be crafted with only oak (but I'll probably also add a recipe to convert to it from any other just in case there's a recipe added by other mods that uses signs).

UndeadZeratul commented 9 years ago

Do non-oredictionary recipes take precedence over them?

Also, this is getting more and more tangential, but if you're going to do chest recipes, would you also be adding in a recipe for the logs themselves crafted in a box shape to give 4 chests? If I remember correctly, Extra Utilities adds something similar in for the vanilla chest, but it could be useful for here too if you're going to be adding in custom wooden chests.

buttilda commented 9 years ago

When checking for recipes the game jist go through the recipes list and picks the first one it finds that matches. So I just need to make sure my recipes get registered first.