increase_belly

Used by challenge rewards to increase the player(s) belly upon completion

Format

increase_belly
└─ amount - Integer

Context

Context
Requiredminecraft:this_entity - Mandatory as the entity that obtains the extol
Optionalmineminenomi:completed_challenge - Used purely for determining the source of the obtained belly, if its not present a Natural source is assumed.

Example

{
    "functions": [
        {
            "function": "mineminenomi:increase_belly",
            "amount": 200
        }
    ]
}
Last change: 2024-08-13