From 747f2fb30cd675dd54d2e6d3824929b0ae0ec836 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Ryb=C3=A1rsky?= Date: Sat, 25 May 2024 08:24:33 +0200 Subject: [PATCH] Change placeholders --- .../data/serverstorage/recipes/storage.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/resources/data/serverstorage/recipes/storage.json b/src/main/resources/data/serverstorage/recipes/storage.json index 2275b45..56cffd8 100644 --- a/src/main/resources/data/serverstorage/recipes/storage.json +++ b/src/main/resources/data/serverstorage/recipes/storage.json @@ -2,18 +2,18 @@ "type": "minecraft:crafting_shaped", "category": "redstone", "pattern": [ - "#A#", - "AEA", - "#A#" + "DRD", + "RCR", + "DRD" ], "key": { - "#": { + "D": { "item": "minecraft:diamond" }, - "A": { + "R": { "item": "minecraft:redstone" }, - "E": { + "C": { "item": "minecraft:chest" } },