increase_belly

Used to increase the player's belly

Format

increase_belly
├─ amount - Integer
└─ source - Source of the belly, if its not present a NATURAL source is assumed

Context

Context
Requiredminecraft:this_entity - Mandatory as the entity that obtains the belly
Optionalmineminenomi:completed_challenge - Used purely for determining the source of the obtained belly

Example

{
    "functions": [
        {
            "function": "mineminenomi:increase_belly",
            "amount": 200,
            "source": "NATURAL"
        }
    ]
}
Last change: 2024-09-22