+ duck recepie
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user