mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-08 14:36:44 +01:00
Fixed a crafting recipe issue
This commit is contained in:
parent
ece2c4550b
commit
73d7081efb
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:crafting_shaped",
|
"type": "minecraft:crafting_shaped",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
" ##",
|
"##",
|
||||||
" ##",
|
"##",
|
||||||
" ##"
|
"##"
|
||||||
],
|
],
|
||||||
"key": {
|
"key": {
|
||||||
"#": [
|
"#": [
|
||||||
|
|
Loading…
Reference in a new issue