Fix the recipe to make it work

This commit is contained in:
stop-x13
2021-09-03 15:24:07 +10:00
committed by GitHub
parent 370a802886
commit aafdebd209

View File

@@ -7,7 +7,7 @@
], ],
"key": { "key": {
"#": { "#": {
"item": "minecraft:white_wool" "item": "minecraft:black_wool"
}, },
"R": { "R": {
"item": "minecraft:redstone_lamp" "item": "minecraft:redstone_lamp"
@@ -17,7 +17,7 @@
} }
}, },
"result": { "result": {
"item": "minecraft:white_concrete_powder", "item": "decorative:black_lamp",
"count": 1 "count": 1
} }
} }