Nerf leaves. Fixes #270

This commit is contained in:
Sollace 2024-02-21 23:22:28 +00:00
parent a5132859ab
commit 672807e343
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB
3 changed files with 11 additions and 1 deletions

View file

@ -617,6 +617,7 @@
"tag.unicopia.food_types.desserts": "Desserts",
"tag.unicopia.food_types.fruits_and_vegetables": "Fruits & Vegetables",
"tag.unicopia.food_types.drinks": "Drinks",
"tag.minecraft.leaves": "Leaves",
"tag.unicopia.food_types.forage_edible_filling": "Bulky Plant Matter",
"tag.unicopia.food_types.forage_edible": "Plant Matter",

View file

@ -0,0 +1,10 @@
{
"tags": [ "minecraft:leaves" ],
"food_component": {
"hunger": 2,
"saturation": 1.5
},
"ailment": {
"effects": []
}
}

View file

@ -2,7 +2,6 @@
"replace": false,
"values": [
"minecraft:hay_block",
"#minecraft:leaves",
"#c:foraging/edibles_filling"
]
}