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",
"base": {
"item": "minecraft:diamond_sword"
},
"addition": {
"item": "minecraft:gold_ingot"
},
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:diamond_sword"
},
{
"item": "minecraft:gold_ingot"
}
],
"result": {
"id": "minecraft:golden_sword"
}