[Suggestion] Craft could take forge plankWood dictionnary
Sablam opened this issue ยท 4 comments
Hi,
I can't craft the Immersive Vehicule bench that use wood plank with wood from mods, like Biomes o'Plenty.
I can add the craft with CraftTweaker.
I think it could be good to use the Forge PlankWood dictionnary in the craft instead of the Vanilla Wood only.
Sincerely,
Sablam.
I am not a forge mod dev and I only know Forge mecanics through CraftTweaker
Maybe with these Forge API Class you can get all the wood planks with something like getOres("plankWood")
.
I really don't know much more you should ask to one of your fellow mod dev that have already used Forge ore dict.
No, I can't do any getOres. That's in the Java code. Recipies are defined in JSON files as of 1.12.2, so I need to know what to put in those text-based JSON files. That'd be something that would be similar with craftTweaker, and in other mods that use OreDict for their crafting recipes. But I don't know of any that do so right now.