Files
Celestium/src/main/resources/data/createdeco/recipes/copper_support.json
2024-11-29 13:49:10 +02:00

19 lines
327 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"b": {
"item": "minecraft:copper_ingot"
}
},
"pattern": [
"b b",
" ",
"b b"
],
"result": {
"count": 4,
"item": "createdeco:copper_support"
},
"show_notification": true
}