mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-27 15:17:59 +01:00
Fix syntax error in the foraging_edible_filling item tag
This commit is contained in:
parent
e8646a7daf
commit
d1e6a62d02
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@
|
||||||
"values": [
|
"values": [
|
||||||
"minecraft:hay_block",
|
"minecraft:hay_block",
|
||||||
"#c:foraging/edibles_filling",
|
"#c:foraging/edibles_filling",
|
||||||
{ "id": "farmersdelight:rice_bale", "required": false },
|
{ "id": "farmersdelight:rice_bale", "required": false }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue