Fix cloud door recipe. Closes #265

This commit is contained in:
Sollace 2024-02-21 22:51:28 +00:00
parent 00a20fbdc7
commit 5acebc270c
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB

View file

@ -1,6 +1,7 @@
{ {
"type": "minecraft:crafting_shaped", "type": "minecraft:crafting_shaped",
"pattern": [ "pattern": [
"##",
"##", "##",
"##" "##"
], ],
@ -9,5 +10,5 @@
{ "item": "unicopia:dense_cloud" } { "item": "unicopia:dense_cloud" }
] ]
}, },
"result": { "item": "unicopia:cloud_door", "count": 1 } "result": { "item": "unicopia:cloud_door", "count": 3 }
} }