+ duck recepie

This commit is contained in:
Glitchlabs
2026-08-02 22:53:52 +02:00
parent 542d9f2e7f
commit c68505f93f
@@ -0,0 +1,24 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"pattern": [
"ABB",
"###",
" ##"
],
"key": {
"#": {
"item": "minecraft:yellow_wool"
},
"A": {
"item": "minecraft:orange_wool"
},
"B": {
"item": "minecraft:yellow_carpet"
}
},
"result": {
"id": "ornamentum:duck",
"count": 1
}
}