Botania
Botania copied to clipboard
Patchouli crafting_multi template doesn't cycle title
In a crafting_multi page, the recipes cycle, but the title of the page is stuck on the first recipe's output:
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.
in retrospect, though, i probably shoulda opened this on Patchouli whoops
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.
{
"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"
Currently we use the key heading
to avoid this issue, does that seem good to you ?