#How to replace an item in a modded JSON recipe?

4 messages · Page 1 of 1 (latest)

tender geyser
#

I'm trying to replace an item in Roots Classic rituals, but this code doesn't seem to work, I've even tried reloading the game.

  { output: 'rootsclassic:wildwood_mask'},
  'minecraft:diamond',
  'botania:terrasteel_ingot'
)

I've found a workaround by removing the original recipe and adding a new ritual for the same item, but I was wondering if there was another solution

This is the json structure for reference: https://github.com/Lothrazar/RootsClassic/blob/trunk/1.20/src/main/resources/data/rootsclassic/recipes/ritual/crafting/runic_focus.json

zenith coralBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

wanton crater
#

If it’s an unsupported recipe type, you either need a compar mod or simply remove and re-add the recipe

tender geyser
#

I see. Thanks.