Fix syntax error in the foraging_edible_filling item tag

This commit is contained in:
Sollace 2023-09-03 16:42:46 +01:00
parent e8646a7daf
commit d1e6a62d02
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB

View file

@ -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 }
] ]
} }