Botania icon indicating copy to clipboard operation
Botania copied to clipboard

Patchouli crafting_multi template doesn't cycle title

Open Alwinfy opened this issue 5 years ago • 3 comments

In a crafting_multi page, the recipes cycle, but the title of the page is stuck on the first recipe's output: example

Alwinfy avatar Dec 20 '19 20:12 Alwinfy

This issue is stale because it has been open for a while with no activity. Remove stale label or comment or this will be closed soon.

github-actions[bot] avatar Feb 19 '20 00:02 github-actions[bot]

in retrospect, though, i probably shoulda opened this on Patchouli whoops

Alwinfy avatar Feb 19 '20 14:02 Alwinfy

This issue is stale because it has been open for a while with no activity. Remove stale label or comment or this will be closed soon.

github-actions[bot] avatar Jul 28 '20 00:07 github-actions[bot]

{
    "type": "botania:crafting_multi",
    "heading":"botania.entry.sparkUpgrades",
    "text": "botania.page.sparkUpgrades5",
    "recipes": [
      "botania:spark_upgrade_dispersive",
      "botania:spark_upgrade_dominant",
      "botania:spark_upgrade_recessive",
      "botania:spark_upgrade_isolated"
    ]
  }

"botania.entry.sparkUpgrades": "Spark Augments"

image

Currently we use the key heading to avoid this issue, does that seem good to you ?

Aegide avatar Jan 02 '23 22:01 Aegide