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
Pandro 1 month ago
parent 27b1d4deac
commit 0495586b6a
Signed by: pandro
SSH Key Fingerprint: SHA256:iBUZSuDxqYr4hYpe9U3BA9NJmXKpbGt4H0S8hUwIbrA

@ -9,7 +9,8 @@
"feathermc:speedy",
"feathermc:flammable",
"origins:sprint_jump",
"origins:nine_lives"
"origins:nine_lives",
"feathermc:berry_powers"
],
"order": 3,
"impact": 2

@ -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…
Cancel
Save