fixed crafting recipe

This commit is contained in:
J-onasJones 2024-10-05 01:00:21 +02:00
parent 9fa8b78dce
commit a91feda5a8

View file

@ -1,11 +1,13 @@
{ {
"type": "minecraft:smithing", "type": "minecraft:crafting_shapeless",
"base": { "ingredients": [
"item": "minecraft:diamond_sword" {
}, "item": "minecraft:diamond_sword"
"addition": { },
"item": "minecraft:gold_ingot" {
}, "item": "minecraft:gold_ingot"
}
],
"result": { "result": {
"id": "minecraft:golden_sword" "id": "minecraft:golden_sword"
} }