Patchouli (Fabric/Quilt)

Patchouli (Fabric/Quilt)

25M Downloads

"relations" entries don't appear to work in 1.18

desht opened this issue ยท 1 comments

commented

Mod loader

Forge

Minecraft version

1.18.1

Patchouli version

1.18.1-65

Modloader version

39.0.59

Modpack info

No response

The latest.log file

n/a - no log messages

Issue description

Pages of type "relations" do not appear to be producing any output. E.g. this page worked in 1.16.5:

{
      "type": "relations",
      "title": "Chargeable Items",
      "entries": [
        "tools/air_canister",
        "tools/pneumatic_wrench",
        "tools/logistics_configurator",
        "tools/camo_applicator",
        "tools/vortex_cannon",
        "tools/minigun",
        "tools/manometer",
        "armor/pneumatic_helmet",
        "armor/pneumatic_chestplate",
        "armor/pneumatic_leggings",
        "armor/pneumatic_boots"
      ]
    },

but produces a blank page in 1.18.1.

The book is otherwise correct and functioning properly (i.e. I have updated all categories to be namespaced where appropriate).

There are no relevant errors in the log file; the book appears to load without complaint.

Steps to reproduce

  • Create a book with a "relations" page
  • Observe blank output

Other information

No response

commented

OK, never mind - turns out that the ID's in the entries list also now need to be namespaced. That doesn't seem to be mentioned in https://vazkiimods.github.io/Patchouli/docs/upgrading/upgrade-guide-117#fully-qualified-names though, might be worth updating that?