You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
707 B
JSON

{
"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
}
}
}