#My recipe does not work.
8 messages · Page 1 of 1 (latest)
what version are you on?
1.21.11
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
}
}
Thank you!
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