gigaherz / Guidebook

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

[1.19.3] Tags defined by templates considered undefined #112

Closed XFactHD closed 1 year ago

XFactHD commented 1 year ago

When loading into a world, the log complains about certain tags being undefined. All tags it complains about are defined via the gbook:xml/standard.xml template library:

[01:35:26] [Render thread/WARN] [gbook/]: Unrecognized tag: page_title
[01:35:26] [Render thread/WARN] [gbook/]: Unrecognized tag: divider
[01:35:26] [Render thread/WARN] [gbook/]: Unrecognized tag: big_recipe

The page_title element for example therefore doesn't work in-game, leading to all pages in the example book missing titles.

Forge: 1.19.3-44.1.0 Guidebook: Guidebook-1.19.3-3.7.1

gigaherz commented 1 year ago

Oops didn't notice that. Looking into it.

gigaherz commented 1 year ago

v3.7.2 should fix this.

XFactHD commented 1 year ago

Yup, works as expected now