From a91feda5a8991bb09fb3ca57bb27601b8ac78944 Mon Sep 17 00:00:00 2001 From: J-onasJones Date: Sat, 5 Oct 2024 01:00:21 +0200 Subject: [PATCH] fixed crafting recipe --- .../resources/data/nec/recipe/golden_sword.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/main/resources/data/nec/recipe/golden_sword.json b/src/main/resources/data/nec/recipe/golden_sword.json index 2564ef2..a28aca7 100644 --- a/src/main/resources/data/nec/recipe/golden_sword.json +++ b/src/main/resources/data/nec/recipe/golden_sword.json @@ -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" }