#My recipe does not work.

8 messages · Page 1 of 1 (latest)

brazen cedar
#

this does not work even if i try to change everything to vanila items.Does anyone know why?i have it in src/main/resources/data/crazymc/recipes

signal depot
#

what version are you on?

brazen cedar
#

1.21.11

signal depot
#

in that case it needs to be under data/crazymc/recipe (no s at the end)
also the format for ingridients is different now, its a list of item/tag ids

#

for example

{
  "type": "minecraft:crafting_shapeless",
  "category": "misc",
  "ingredients": [
    "minecraft:gunpowder",
    "minecraft:coal"
  ],
  "result": {
    "id": "crazymc:bob",
    "count": 1
  }
}
brazen cedar
#

Thank you!

signal depot
#

np

#

for future reference u can use misodes generator https://misode.github.io/recipe/ as it gives the right format for each version, and has other stuff too like advancements
also may be worth setting up datagen if youre planning on adding a lot of content