hello so im developing a forge mod and i was updating from 1.21.1 to 1.21.3 and all my recipes jsons stopped working. i looked almost everywhere but i just could not fint the answear could you please help me thanks for any kind of responce in advance my error: i connot provide the error because the forum kept blocking my post for anti spamming but it was basicly Failed to parse either. First: Not a string: {"item":"minecraft:coal"}; but for more itemsmy json(note that this is just my test json i used when my stuff stopped working):
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"AAA"
],
"key": {
"A": {
"item": "minecraft:coal"
}
},
"result": {
"item": "minecraft:iron_ingot",
"count": 1
}
}
By
apates · Posted 15 minutes ago 15 min
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.