Patchouli

Patchouli

187M Downloads

Can't use template varible in boolean

LTCatt opened this issue ยท 0 comments

commented

Mod loader

Forge

Minecraft version

1.20.1

Patchouli version

1.20.1-84.1-FORGE

Modloader version

Forge 47.4.0

Modpack info

No response

The latest.log file

Not related

Issue description

Template:
spotlight.json

spotlight.json

{
  "components": [
    {
      "type": "patchouli:image",
      "x": 26, "y": 55,
      "image": "patchouli:textures/gui/crafting.png",
      "width": 66, "height": 26,
      "texture_width": 128, "texture_height": 256,
      "u": 0, "v": 102
    },
    {
      "type": "patchouli:item",
      "x": 51, "y": 60,
      "item": "#input",
      "framed": false,
      "link_recipe": "#link"
    }
  ]
}

--

And using #link varible like this:

    {
      "type": "patchouli:basic/spotlight",
      "input": "minecraft:apple",
      "link": true
    }

But it doesn't work.
link_recipe seems always be false.