ActuallyAdditions/src/generated/resources/data/actuallyadditions/loot_tables/engineer_house.json
2024-03-11 19:17:59 +01:00

119 lines
2.9 KiB
JSON

{
"type": "minecraft:chest",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 10.0,
"min": 3.0
},
"function": "minecraft:set_count"
}
],
"name": "actuallyadditions:wood_casing",
"weight": 60
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "actuallyadditions:iron_casing",
"weight": 40
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 5.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "actuallyadditions:black_quartz",
"weight": 20
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 2.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "actuallyadditions:bats_wing",
"weight": 5
},
{
"type": "minecraft:item",
"name": "actuallyadditions:drill_core",
"weight": 5
},
{
"type": "minecraft:tag",
"expand": true,
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "actuallyadditions:crystals",
"weight": 20
},
{
"type": "minecraft:tag",
"expand": true,
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "actuallyadditions:crystals",
"weight": 3
}
],
"rolls": {
"type": "minecraft:uniform",
"max": 7.0,
"min": 4.0
}
}
],
"random_sequence": "actuallyadditions:engineer_house"
}