Skip to content

Instantly share code, notes, and snippets.

@ByteLaw5
Created June 23, 2020 10:23
Show Gist options
  • Save ByteLaw5/43d93eff668797f590bb23ad6a80f2c0 to your computer and use it in GitHub Desktop.
Save ByteLaw5/43d93eff668797f590bb23ad6a80f2c0 to your computer and use it in GitHub Desktop.
{
"type": "minecraft:chest",
"pools": [
{
"rolls": {
"min": 1.0,
"max": 4.0,
"type": "minecraft:uniform"
},
"entries": [
{
"type": "minecraft:item",
"weight": 20,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1.0,
"max": 2.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:diamond"
},
{
"type": "minecraft:item",
"weight": 15,
"functions": [
{
"function": "minecraft:set_count",
"count":{
"min": 1.0,
"max": 1.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:emerald"
}
]
},
{
"rolls": {
"min": 4.0,
"max": 6.0,
"type": "minecraft:uniform"
},
"entries": [
{
"type": "minecraft:item",
"weight": 20,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 3.0,
"max": 5.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:iron_ingot"
},
{
"type": "minecraft:item",
"weight": 15,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 4.0,
"max": 6.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:gold_ingot"
}
]
},
{
"rolls": {
"min": 3.0,
"max": 4.0,
"type": "minecraft:uniform"
},
"entries": [
{
"type": "minecraft:item",
"weight": "20",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 4.0,
"max": 10.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:redstone"
},
{
"type": "minecraft:item",
"weight": 25,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 3.0,
"max": 6.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:rotten_flesh"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment