obtain_belly

Checks the total amount of belly owned by the entity.

Format

obtain_belly
└─ amount - Int Bound
  ├─ min - Integer
  └─ max - Integer

Example

Triggers when the entity holds at minimum 100.000 total belly.

{
    "trigger": "mineminenomi:obtain_belly",
    "conditions": {
        "belly": {
            "amount": {
                "min": 100000
            }
        }
    }
}
Last change: 2024-08-14