Added a crafting recipe for cloud banisters

This commit is contained in:
Sollace 2019-03-09 18:28:22 +02:00
parent aed4352a24
commit fb1decc118

View file

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"BBB"
],
"key": {
"B": [
{ "item": "unicopia:enchanted_cloud_block" }
]
},
"result": { "item": "unicopia:cloud_banister", "count": 3 }
}