INITIAL COMMIT
This commit is contained in:
78
config/tombstone/loottables/tombstone-pool-archaeology.json
Normal file
78
config/tombstone/loottables/tombstone-pool-archaeology.json
Normal file
@ -0,0 +1,78 @@
|
||||
{
|
||||
"name": "tombstone:archeology_treasure",
|
||||
"rolls": 1.0,
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 20,
|
||||
"functions": [
|
||||
{
|
||||
"function": "tombstone:check_enabled"
|
||||
}
|
||||
],
|
||||
"name": "tombstone:essence_of_undeath"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 20,
|
||||
"functions": [
|
||||
{
|
||||
"function": "tombstone:check_enabled"
|
||||
}
|
||||
],
|
||||
"name": "tombstone:receptacle_of_soul"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 300,
|
||||
"functions": [
|
||||
{
|
||||
"function": "tombstone:random_magic_tablet",
|
||||
"ancient": false
|
||||
}
|
||||
],
|
||||
"name": "tombstone:strange_tablet"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 150,
|
||||
"functions": [
|
||||
{
|
||||
"function": "tombstone:random_magic_tablet",
|
||||
"ancient": true
|
||||
}
|
||||
],
|
||||
"name": "tombstone:strange_tablet"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 20,
|
||||
"functions": [
|
||||
{
|
||||
"function": "tombstone:check_enabled"
|
||||
}
|
||||
],
|
||||
"name": "tombstone:gemstone_of_familiar"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 50,
|
||||
"functions": [
|
||||
{
|
||||
"function": "tombstone:delayed_nbt_loot"
|
||||
}
|
||||
],
|
||||
"name": "tombstone:receptacle_of_familiar"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:empty",
|
||||
"weight": 440
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "tombstone:check_player"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user