Nature's Aura

Nature's Aura

34M Downloads

Patchouli book breaks if recipe IDs are missing

MuteTiefling opened this issue ยท 0 comments

commented

The NA patchouli book breaks if recipe IDs are no longer available.

For example, if I remove the Natural Altar recipe with KubeJS and replace it with my own:

ServerEvents.recipes((event) => {
  event
    .shaped("naturesaura:nature_altar", [" A ", "BBB", "CCC"], {
      A: "#c:gems/diamond",
      B: "minecraft:moss_block",
      C: "minecraft:chiseled_tuff",
    })
    .id(`naturesaura:shaped/nature_altar`);

  event.remove({ id: "naturesaura:tree_ritual/nature_altar" });
});
Image

Minimal Mod List:

Image

Logs: https://mclo.gs/P6Fu7yz