Files
pridecraft/config/tombstone/loottables/tombstone-pool-undead_mob.json
2025-06-24 18:57:57 -04:00

65 lines
1.3 KiB
JSON

{
"name": "tombstone:undead_mob",
"rolls": 1.0,
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"weight": 100,
"functions": [
{
"function": "tombstone:check_enabled"
},
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1.0,
"max": 2.0
},
"add": false
}
],
"name": "tombstone:grave_dust"
},
{
"type": "minecraft:item",
"weight": 20,
"name": "minecraft:bundle"
},
{
"type": "minecraft:item",
"weight": 10,
"functions": [
{
"function": "tombstone:check_enabled"
}
],
"name": "tombstone:bag_of_seeds"
},
{
"type": "minecraft:item",
"weight": 20,
"functions": [
{
"function": "tombstone:delayed_nbt_loot"
}
],
"name": "tombstone:magic_scroll"
},
{
"type": "minecraft:item",
"weight": 5,
"functions": [
{
"function": "tombstone:check_enabled"
}
],
"name": "tombstone:essence_of_undeath"
},
{
"type": "minecraft:empty",
"weight": 845
}
]
}