gigaherz / Guidebook

Minecraft book API and library
https://www.curseforge.com/minecraft/mc-mods/guidebook
Other
31 stars 16 forks source link

[1.12.2-2.9.5] Mod-created OreDict problems in big_recipe #100

Open mazeTemporal opened 3 years ago

mazeTemporal commented 3 years ago

There appears to be a problem with detecting/rendering OreDict entries that were created by mods. I am using PrimalCore along with a few other mods and this is a sample of guidebook xml demonstrating variations of the issue:

<big_recipe> <stack ore="blockDrain"/> <stack ore="toolAxe"/> <stack ore="plankWood"/> <space/> <space/> <space/> <stack item="primal:drain_thatch"/> <stack item="primal:flint_axe"/> <space/> <stack item="primal:worktable_shelf" meta="2"/> </big_recipe>

Screenshot from my guidebook:

guidebook oredict big_recipe issue