Recipe Does Not Work
PlayZoid opened this issue ยท 2 comments
When I changed the recipe, the console logs would just say the mod is not working. Is there a way to fix?
{
"enabled": true,
"shaped": true,
"outputAmount": 1,
"recipe": [
"TET",
"NGN",
"TET"
],
"items": {
"G": {
"item": "minecraft:enchanted_golden_apple"
},
"N": {
"item": "minecraft:netherite_block"
},
"T": {
"item": "minecraft.totem_of_undying"
},
"E": {
"item": "minecraft.elytra"
}
}
}