mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-17 10:24:23 +01:00
Added a crafting recipe for cloud banisters
This commit is contained in:
parent
aed4352a24
commit
fb1decc118
1 changed files with 12 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"pattern": [
|
||||||
|
"BBB"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"B": [
|
||||||
|
{ "item": "unicopia:enchanted_cloud_block" }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"result": { "item": "unicopia:cloud_banister", "count": 3 }
|
||||||
|
}
|
Loading…
Reference in a new issue