Compare commits

...

2 Commits

Author SHA1 Message Date
Pandro 0495586b6a
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"
2 months ago
Pandro 27b1d4deac
Fixed bug in power "cookie_policy"
Power "cookie_policy"
    forgot to consume the cookie when used on person
2 months ago

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

@ -17,6 +17,10 @@
"item": "minecraft:cookie"
}
},
"held_item_action": {
"type": "origins:consume",
"amount": 1
},
"bientity_action": {
"type": "origins:target_action",
"action": {

Loading…
Cancel
Save