Skip to content

Instantly share code, notes, and snippets.

@Robijnvogel
Created January 18, 2018 15:33
Show Gist options
  • Save Robijnvogel/53273a04508c47595a79b1a719736f9c to your computer and use it in GitHub Desktop.
Save Robijnvogel/53273a04508c47595a79b1a719736f9c to your computer and use it in GitHub Desktop.
{
"pools": [
{
"name": "default",
"rolls": 20,
"entries": [
{
"type": "item",
"name": "minecraft:diamond",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 2
}
}
],
"weight": 4
},
{
"type": "item",
"name": "minecraft:iron_ingot",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 16
},
{
"type": "item",
"name": "minecraft:gold_ingot",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 8
},
{
"type": "item",
"name": "minecraft:emerald",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 2
}
}
],
"weight": 2
},
{
"type": "item",
"name": "minecraft:coal",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 12
},
{
"type": "item",
"name": "minecraft:quartz",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 12
},
{
"type": "item",
"name": "dimdoors:world_thread",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 12
}
}
],
"weight": 8
},
{
"type": "item",
"name": "dimdoors:fabric",
"functions": [
{
"function": "set_count",
"count": {
"min": 16,
"max": 64
}
}
],
"weight": 2
},
{
"type": "item",
"name": "minecraft:book",
"weight": 10
},
{
"type": "item",
"name": "minecraft:golden_apple",
"weight": 1
}
]
},
{
"name": "ench_book",
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:book",
"weight": 1,
"functions": [
{
"function": "enchant_with_levels",
"levels": 30,
"treasure": true
}
]
},
{
"type": "empty",
"name": "minecraft:air",
"weight": 25
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment