Charset Storage - Chests

Charset Storage - Chests

484k Downloads

[Chests] Missing wood options

Opened this issue ยท 4 comments

commented

Judging from the greatwood chest, I'm guessing you're looking for a log rather than planks. So it's probably not a surprise that there's no chest for EU2's magic wood, or AS's starlight infused wood.

Still, I wanted to put that out there so you could decide if you want to code for a few edge cases, look for planks, or let them pass.

Thanks

commented

I'm looking for both a log and planks. They have to match.

For now:

mods.charset.MaterialRegistry.registerTypes(<your_wood_plank>, "block", "wood", "plank");
commented

You don't need to. Look at what I suggested above.

The requirement for Charset to notice a plank is for it to have a log, but that doesn't mean you can't force a plank yourself with the above command.

commented

I'm going to see if I can use stuff like CraftTweaker to create dummy "logs" to get chests for non-conforming wood.

commented

Or I could stop face-palming. :D