feat: initial commit
This commit is contained in:
@@ -0,0 +1,88 @@
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"bonus_rolls": 0.0,
|
||||
"name": "tombstone:archeology_treasure",
|
||||
"entries": [
|
||||
{
|
||||
"functions": [
|
||||
{
|
||||
"function": "tombstone:check_enabled"
|
||||
}
|
||||
],
|
||||
"name": "tombstone:essence_of_undeath",
|
||||
"weight": 20,
|
||||
"type": "minecraft:item"
|
||||
},
|
||||
{
|
||||
"functions": [
|
||||
{
|
||||
"function": "tombstone:check_enabled"
|
||||
}
|
||||
],
|
||||
"name": "tombstone:ritual_flute",
|
||||
"weight": 20,
|
||||
"type": "minecraft:item"
|
||||
},
|
||||
{
|
||||
"functions": [
|
||||
{
|
||||
"function": "tombstone:check_enabled"
|
||||
}
|
||||
],
|
||||
"name": "tombstone:receptacle_of_soul",
|
||||
"weight": 20,
|
||||
"type": "minecraft:item"
|
||||
},
|
||||
{
|
||||
"functions": [
|
||||
{
|
||||
"ancient": false,
|
||||
"function": "tombstone:random_magic_tablet"
|
||||
}
|
||||
],
|
||||
"name": "tombstone:strange_tablet",
|
||||
"weight": 300,
|
||||
"type": "minecraft:item"
|
||||
},
|
||||
{
|
||||
"functions": [
|
||||
{
|
||||
"ancient": true,
|
||||
"function": "tombstone:random_magic_tablet"
|
||||
}
|
||||
],
|
||||
"name": "tombstone:strange_tablet",
|
||||
"weight": 150,
|
||||
"type": "minecraft:item"
|
||||
},
|
||||
{
|
||||
"functions": [
|
||||
{
|
||||
"function": "tombstone:check_enabled"
|
||||
}
|
||||
],
|
||||
"name": "tombstone:gemstone_of_familiar",
|
||||
"weight": 20,
|
||||
"type": "minecraft:item"
|
||||
},
|
||||
{
|
||||
"functions": [
|
||||
{
|
||||
"function": "tombstone:delayed_nbt_loot"
|
||||
}
|
||||
],
|
||||
"name": "tombstone:receptacle_of_familiar",
|
||||
"weight": 50,
|
||||
"type": "minecraft:item"
|
||||
},
|
||||
{
|
||||
"weight": 5800,
|
||||
"type": "minecraft:empty"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "tombstone:check_player"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user