INITIAL COMMIT
This commit is contained in:
103
config/tombstone/loottables/tombstone-pool-chest_treasure.json
Normal file
103
config/tombstone/loottables/tombstone-pool-chest_treasure.json
Normal file
@ -0,0 +1,103 @@
|
||||
{
|
||||
"name": "tombstone:chest_treasure",
|
||||
"rolls": 1.0,
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 20,
|
||||
"name": "minecraft:bundle"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 20,
|
||||
"functions": [
|
||||
{
|
||||
"function": "tombstone:check_enabled"
|
||||
}
|
||||
],
|
||||
"name": "tombstone:bag_of_seeds"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 100,
|
||||
"functions": [
|
||||
{
|
||||
"function": "tombstone:random_scroll_buff",
|
||||
"ancient": false
|
||||
}
|
||||
],
|
||||
"name": "tombstone:strange_scroll"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 20,
|
||||
"functions": [
|
||||
{
|
||||
"function": "tombstone:delayed_nbt_loot"
|
||||
}
|
||||
],
|
||||
"name": "tombstone:scroll_of_knowledge"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 50,
|
||||
"functions": [
|
||||
{
|
||||
"function": "tombstone:random_magic_tablet",
|
||||
"ancient": false
|
||||
}
|
||||
],
|
||||
"name": "tombstone:strange_tablet"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 50,
|
||||
"functions": [
|
||||
{
|
||||
"function": "tombstone:delayed_nbt_loot"
|
||||
}
|
||||
],
|
||||
"name": "tombstone:magic_scroll"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"function": "tombstone:check_enabled"
|
||||
}
|
||||
],
|
||||
"name": "tombstone:gemstone_of_familiar"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"function": "tombstone:delayed_nbt_loot"
|
||||
}
|
||||
],
|
||||
"name": "tombstone:voodoo_poppet"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"function": "tombstone:delayed_nbt_loot"
|
||||
}
|
||||
],
|
||||
"name": "tombstone:receptacle_of_familiar"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:empty",
|
||||
"weight": 710
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "tombstone:check_player"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user