[Chests] Missing wood options
Opened this issue ยท 4 comments
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
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");
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.
I'm going to see if I can use stuff like CraftTweaker to create dummy "logs" to get chests for non-conforming wood.