Skip to content

Instantly share code, notes, and snippets.

@MasterMank
Created June 6, 2023 21:56
Show Gist options
  • Save MasterMank/513b87352aca6cefa48c9319da73bb03 to your computer and use it in GitHub Desktop.
Save MasterMank/513b87352aca6cefa48c9319da73bb03 to your computer and use it in GitHub Desktop.
{
"type": "minecraft:chest",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"name": "corridorsbackrooms:almondwater",
"weight": 25
},
{
"type": "minecraft:item",
"name": "corridorsbackrooms:energybar",
"weight": 10
},
{
"type": "minecraft:item",
"name": "corridorsbackrooms:sanitypills",
"weight": 50
},
{
"type": "minecraft:item",
"name": "minecraft:black_stained_glass",
"weight": 10
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:enchant_randomly"
}
],
"name": "minecraft:book",
"weight": 3
}
],
"rolls": {
"type": "minecraft:uniform",
"max": 3.0,
"min": 1.0
}
},
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:iron_ingot",
"weight": 10
},
{
"type": "minecraft:item",
"name": "minecraft:wheat",
"weight": 20
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:coal",
"weight": 15
},
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:bone",
"weight": 10
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 10.0,
"min": 3.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:rotten_flesh",
"weight": 30
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 8.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:string",
"weight": 10
}
],
"rolls": 3.0
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment