Ars Nouveau

Ars Nouveau

70M Downloads

[doc]: Alternative Ritual of Wilden Summon tablet recipe not shown in Worn Notebook

lupusagax opened this issue ยท 0 comments

commented

The wilden_summon_alt recipe does not get put into the Worn Notebook (and by extension - wiki):

{
  "category": "ars_nouveau:rituals",
  "icon": "ars_nouveau:ritual_wilden_summon",
  "name": "item.ars_nouveau.ritual_wilden_summon",
  "pages": [
    {
      "type": "patchouli:text",
      "text": "ars_nouveau.ritual_desc.ritual_wilden_summon"
    },
    {
      "type": "patchouli:crafting",
      "recipe": "ars_nouveau:ritual_wilden_summon"
    }
  ]
}

This is because the datagen only pulls description plus the default recipe for rituals: https://github.com/baileyholl/Ars-Nouveau/blob/main/src/main/java/com/hollingsworth/arsnouveau/common/datagen/PatchouliProvider.java#L767