Fellies/kubejs[e6]/data/quark/loot_tables/misc/monster_box.json

312 lines
9.9 KiB
JSON
Raw Normal View History

2021-01-28 22:28:10 +00:00
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "emendatusenigmatica:iron_ore",
"weight": 60,
"functions": [
{
"function": "set_count",
"count": {
"min": 4,
"max": 10
}
}
]
},
{
"type": "item",
"name": "emendatusenigmatica:gold_ore",
"weight": 40,
"functions": [
{
"function": "set_count",
"count": {
"min": 3,
"max": 8
}
}
]
},
{
"type": "item",
"name": "minecraft:diamond",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 2
}
}
]
},
{
"type": "item",
"name": "minecraft:cobweb",
"weight": 30,
"functions": [
{
"function": "set_count",
"count": {
"min": 3,
"max": 10
}
}
]
},
{
"type": "item",
"name": "minecraft:tnt",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
]
},
{
"type": "item",
"name": "minecraft:infested_stone",
"weight": 4,
"functions": [
{
"function": "set_count",
"count": {
"min": 12,
"max": 32
}
}
]
},
{
"type": "item",
"name": "minecraft:infested_cobblestone",
"weight": 4,
"functions": [
{
"function": "set_count",
"count": {
"min": 12,
"max": 32
}
}
]
},
{
"type": "item",
"name": "minecraft:infested_stone_bricks",
"weight": 4,
"functions": [
{
"function": "set_count",
"count": {
"min": 12,
"max": 32
}
}
]
},
{
"type": "item",
"name": "minecraft:zombie_head",
"weight": 10
},
{
"type": "item",
"name": "minecraft:creeper_head",
"weight": 10
},
{
"type": "item",
"name": "minecraft:skeleton_skull",
"weight": 10
},
{
"type": "item",
"name": "minecraft:bone_block",
"weight": 40,
"functions": [
{
"function": "set_count",
"count": {
"min": 8,
"max": 16
}
}
]
},
{
"type": "item",
"name": "minecraft:coal",
"weight": 40,
"functions": [
{
"function": "set_count",
"count": {
"min": 12,
"max": 24
}
}
]
},
{
"type": "item",
"name": "minecraft:diamond_pickaxe",
"weight": 1,
"functions": [
{
"function": "set_damage",
"damage": {
"min": 0.2,
"max": 0.5
}
}
]
},
{
"type": "item",
"name": "minecraft:diamond_sword",
"weight": 1,
"functions": [
{
"function": "set_damage",
"damage": {
"min": 0.2,
"max": 0.49
}
}
]
},
{
"type": "item",
"name": "minecraft:bread",
"weight": 25,
"functions": [
{
"function": "set_count",
"count": {
"min": 4,
"max": 8
}
}
]
},
{
"type": "item",
"name": "minecraft:golden_apple",
"weight": 1
},
{
"type": "item",
"name": "minecraft:name_tag",
"weight": 10
},
{
"type": "minecraft:item",
"name": "minecraft:book",
"weight": 5,
"functions": [
{
"function": "minecraft:enchant_randomly"
}
]
},
{
"type": "item",
"name": "minecraft:music_disc_13",
"weight": 1
},
{
"type": "item",
"name": "minecraft:music_disc_cat",
"weight": 1
},
{
"type": "item",
"name": "minecraft:music_disc_blocks",
"weight": 1
},
{
"type": "item",
"name": "minecraft:music_disc_chirp",
"weight": 1
},
{
"type": "item",
"name": "minecraft:music_disc_far",
"weight": 1
},
{
"type": "item",
"name": "minecraft:music_disc_mall",
"weight": 1
},
{
"type": "item",
"name": "minecraft:music_disc_mellohi",
"weight": 1
},
{
"type": "item",
"name": "minecraft:music_disc_stal",
"weight": 1
},
{
"type": "item",
"name": "minecraft:music_disc_strad",
"weight": 1
},
{
"type": "item",
"name": "minecraft:music_disc_ward",
"weight": 1
},
{
"type": "item",
"name": "minecraft:music_disc_11",
"weight": 1
},
{
"type": "item",
"name": "minecraft:music_disc_wait",
"weight": 1
},
{
"type": "item",
"name": "minecraft:iron_horse_armor",
"weight": 6
},
{
"type": "item",
"name": "minecraft:golden_horse_armor",
"weight": 3
},
{
"type": "item",
"name": "minecraft:diamond_horse_armor",
"weight": 1
},
{
"type": "item",
"name": "minecraft:saddle",
"weight": 4
},
{
"type": "item",
"name": "quark:monster_box",
"weight": 1
}
]
}
]
}