mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-27 15:17:59 +01:00
Nerf leaves. Fixes #270
This commit is contained in:
parent
a5132859ab
commit
672807e343
3 changed files with 11 additions and 1 deletions
|
@ -617,6 +617,7 @@
|
||||||
"tag.unicopia.food_types.desserts": "Desserts",
|
"tag.unicopia.food_types.desserts": "Desserts",
|
||||||
"tag.unicopia.food_types.fruits_and_vegetables": "Fruits & Vegetables",
|
"tag.unicopia.food_types.fruits_and_vegetables": "Fruits & Vegetables",
|
||||||
"tag.unicopia.food_types.drinks": "Drinks",
|
"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_filling": "Bulky Plant Matter",
|
||||||
"tag.unicopia.food_types.forage_edible": "Plant Matter",
|
"tag.unicopia.food_types.forage_edible": "Plant Matter",
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"tags": [ "minecraft:leaves" ],
|
||||||
|
"food_component": {
|
||||||
|
"hunger": 2,
|
||||||
|
"saturation": 1.5
|
||||||
|
},
|
||||||
|
"ailment": {
|
||||||
|
"effects": []
|
||||||
|
}
|
||||||
|
}
|
|
@ -2,7 +2,6 @@
|
||||||
"replace": false,
|
"replace": false,
|
||||||
"values": [
|
"values": [
|
||||||
"minecraft:hay_block",
|
"minecraft:hay_block",
|
||||||
"#minecraft:leaves",
|
|
||||||
"#c:foraging/edibles_filling"
|
"#c:foraging/edibles_filling"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue