mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-27 07:17:58 +01:00
Fix cloud door recipe. Closes #265
This commit is contained in:
parent
00a20fbdc7
commit
5acebc270c
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
|
@ -9,5 +10,5 @@
|
|||
{ "item": "unicopia:dense_cloud" }
|
||||
]
|
||||
},
|
||||
"result": { "item": "unicopia:cloud_door", "count": 1 }
|
||||
"result": { "item": "unicopia:cloud_door", "count": 3 }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue