Compare commits
2 Commits
d9cb67b4eb
...
0495586b6a
| Author | SHA1 | Date |
|---|---|---|
|
|
0495586b6a | 2 months ago |
|
|
27b1d4deac | 2 months ago |
@ -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