Skip to content

Instantly share code, notes, and snippets.

@upinout
Created December 3, 2016 08:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save upinout/8248a2362d578fd082193cdc7d91675b to your computer and use it in GitHub Desktop.
Save upinout/8248a2362d578fd082193cdc7d91675b to your computer and use it in GitHub Desktop.
{
"pools": [
{
"conditions": [
{
"condition": "random_chance",
"chance": 0.5
}
],
"rolls": {
"min": 1,
"max": 2
},
"entries": [
{
"type": "item",
"name": "pixelmon:great_ball",
"weight": 2,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 8
}
}
]
},
{
"type": "item",
"name": "pixelmon:super_potion",
"weight": 1
},
{
"type": "item",
"name": "pixelmon:hyper_potion",
"weight": 1
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment