feat: initial commit

This commit is contained in:
lucasdpt
2026-06-14 01:24:29 +02:00
commit 0d40f88ab2
5815 changed files with 703860 additions and 0 deletions
@@ -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"
}
]
}