From 27285e3172ca87027aa9d06f9a461b1dae77a1b6 Mon Sep 17 00:00:00 2001 From: 10Meisterbaelle Date: Wed, 16 Feb 2022 12:50:39 +0100 Subject: [PATCH] Fixed Crafting Recipe Ruby Sword --- .../data/therubymod/recipes/ruby_sword.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/main/resources/data/therubymod/recipes/ruby_sword.json b/src/main/resources/data/therubymod/recipes/ruby_sword.json index e69de29..c57146e 100644 --- a/src/main/resources/data/therubymod/recipes/ruby_sword.json +++ b/src/main/resources/data/therubymod/recipes/ruby_sword.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "X", + "X", + "#" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "therubymod:ruby" + } + }, + "result": { + "item": "therubymod:ruby_sword" + } +} \ No newline at end of file