Compare commits
No commits in common. '0495586b6af6a6a674b0c4ff22146c90e1cddfde' and 'd9cb67b4eb921b6c98dfe7546b8fb044cebb98d2' have entirely different histories.
0495586b6a
...
d9cb67b4eb
@ -1,31 +0,0 @@
|
|||||||
{
|
|
||||||
"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