Change placeholders

This commit is contained in:
Bruno Rybársky 2024-05-25 08:24:33 +02:00
parent 165e6c6b16
commit 747f2fb30c

@ -2,18 +2,18 @@
"type": "minecraft:crafting_shaped", "type": "minecraft:crafting_shaped",
"category": "redstone", "category": "redstone",
"pattern": [ "pattern": [
"#A#", "DRD",
"AEA", "RCR",
"#A#" "DRD"
], ],
"key": { "key": {
"#": { "D": {
"item": "minecraft:diamond" "item": "minecraft:diamond"
}, },
"A": { "R": {
"item": "minecraft:redstone" "item": "minecraft:redstone"
}, },
"E": { "C": {
"item": "minecraft:chest" "item": "minecraft:chest"
} }
}, },