From 75819a8ab6e7bba1f2784d0109d27234fd7f572d Mon Sep 17 00:00:00 2001 From: 3TUSK Date: Sun, 15 Sep 2024 10:42:51 -0700 Subject: [PATCH] We don't need this test recipe anymore. It served its purpose. --- jiachen/data/teacon_jiachen/recipe/test.json | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 jiachen/data/teacon_jiachen/recipe/test.json diff --git a/jiachen/data/teacon_jiachen/recipe/test.json b/jiachen/data/teacon_jiachen/recipe/test.json deleted file mode 100644 index c56c406f..00000000 --- a/jiachen/data/teacon_jiachen/recipe/test.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "crafting_shaped", - "category": "misc", - "show_notification": false, - "result": { "id": "minecraft:diamond", "count": 1 }, - "pattern": [ - "DDD", - "DDD", - "DDD" - ], - "key": { - "D": { "item": "minecraft:diamond" } - } -} \ No newline at end of file