INITIAL COMMIT
This commit is contained in:
65
config/tombstone/loottables/tombstone-pool-undead_mob.json
Normal file
65
config/tombstone/loottables/tombstone-pool-undead_mob.json
Normal file
@ -0,0 +1,65 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user