Added power "berry_powers", added to origin "Fox"
Added the new power "berry_powers"
Increased hunger and saturation gained from sweet berries
Added "berry powers" to the origin "Fox"
main
parent
27b1d4deac
commit
0495586b6a
@ -0,0 +1,31 @@
|
||||
{
|
||||
"type": "origins:multiple",
|
||||
"name": "Berry Powers",
|
||||
"description": "Not related to Austin Powers.",
|
||||
"badges": [
|
||||
{
|
||||
"type": "origins:tooltip",
|
||||
"sprite": "minecraft:textures/item/sweet_berries.png",
|
||||
"text": "Eating berries is more effective!"
|
||||
}
|
||||
],
|
||||
"eating_berries": {
|
||||
"type": "origins:modify_food",
|
||||
"item_condition": {
|
||||
"type": "origins:ingredient",
|
||||
"ingredient": {
|
||||
"item": "minecraft:sweet_berries"
|
||||
}
|
||||
},
|
||||
"food_modifier": {
|
||||
"id": "xtra_food",
|
||||
"operation": "add_base_late",
|
||||
"amount": 4
|
||||
},
|
||||
"saturation_modifier": {
|
||||
"id": "xtra_sat",
|
||||
"operation": "add_base_late",
|
||||
"amount": 2
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue