set_belly_in_pouch
Used to spawn belly pouches with belly in them.
Format
set_belly_in_pouch
└─ belly_range
- Number provider
Context
Works for any type of item however by default only mineminenomi:belly_pouch
items can redeem belly within them.
Example
{
"functions": [
{
"function": "mineminenomi:set_belly_in_pouch",
"belly_range": {
"min": 10.0,
"max": 50.0,
"type": "minecraft:uniform"
}
}
]
}