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,116 @@
{
"rolls": {
"min": 3.0,
"max": 5.0,
"type": "minecraft:uniform"
},
"bonus_rolls": 0.0,
"name": "tombstone:abandoned_grave",
"entries": [
{
"functions": [
{
"function": "tombstone:check_enabled"
}
],
"name": "tombstone:essence_of_undeath",
"weight": 10,
"type": "minecraft:item"
},
{
"functions": [
{
"function": "tombstone:delayed_nbt_loot"
}
],
"name": "tombstone:receptacle_of_familiar",
"weight": 50,
"type": "minecraft:item"
},
{
"functions": [
{
"function": "tombstone:delayed_nbt_loot"
}
],
"name": "tombstone:magic_scroll",
"weight": 200,
"type": "minecraft:item"
},
{
"functions": [
{
"function": "tombstone:delayed_nbt_loot"
},
{
"components": {
"tombstone:tb_ancient": true
},
"function": "minecraft:set_components"
}
],
"name": "tombstone:magic_scroll",
"weight": 50,
"type": "minecraft:item"
},
{
"functions": [
{
"function": "minecraft:enchant_randomly"
}
],
"name": "minecraft:book",
"weight": 200,
"type": "minecraft:item"
},
{
"functions": [
{
"type": "WEAPON",
"enchanted_chance": 50,
"random_enchantability": 60,
"function": "tombstone:enchanted_equipment"
}
],
"name": "minecraft:book",
"weight": 100,
"type": "minecraft:item"
},
{
"functions": [
{
"type": "TOOL",
"enchanted_chance": 50,
"random_enchantability": 60,
"function": "tombstone:enchanted_equipment"
}
],
"name": "minecraft:book",
"weight": 100,
"type": "minecraft:item"
},
{
"functions": [
{
"type": "ARMOR",
"enchanted_chance": 50,
"random_enchantability": 60,
"function": "tombstone:enchanted_equipment"
}
],
"name": "minecraft:book",
"weight": 400,
"type": "minecraft:item"
},
{
"functions": [
{
"function": "tombstone:random_potion"
}
],
"name": "minecraft:potion",
"weight": 300,
"type": "minecraft:item"
}
]
}
@@ -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"
}
]
}
@@ -0,0 +1,67 @@
{
"rolls": 1.0,
"bonus_rolls": 0.0,
"name": "tombstone:cat_morning",
"entries": [
{
"functions": [
{
"function": "tombstone:check_enabled"
},
{
"function": "tombstone:trigger_cat_morning"
},
{
"count": {
"min": 1.0,
"max": 3.0,
"type": "minecraft:uniform"
},
"add": false,
"function": "minecraft:set_count"
}
],
"name": "tombstone:grave_dust",
"weight": 100,
"type": "minecraft:item"
},
{
"functions": [
{
"function": "tombstone:check_enabled"
}
],
"name": "tombstone:essence_of_undeath",
"type": "minecraft:item"
},
{
"name": "minecraft:bundle",
"weight": 20,
"type": "minecraft:item"
},
{
"functions": [
{
"function": "tombstone:check_enabled"
}
],
"name": "tombstone:bag_of_seeds",
"weight": 20,
"type": "minecraft:item"
},
{
"functions": [
{
"function": "tombstone:check_enabled"
}
],
"name": "tombstone:gemstone_of_familiar",
"weight": 20,
"type": "minecraft:item"
},
{
"weight": 483,
"type": "minecraft:empty"
}
]
}
@@ -0,0 +1,107 @@
{
"rolls": {
"min": 1.0,
"max": 3.0,
"type": "minecraft:uniform"
},
"bonus_rolls": 0.0,
"name": "tombstone:chest_treasure",
"entries": [
{
"name": "minecraft:bundle",
"weight": 20,
"type": "minecraft:item"
},
{
"functions": [
{
"function": "tombstone:check_enabled"
}
],
"name": "tombstone:bag_of_seeds",
"weight": 20,
"type": "minecraft:item"
},
{
"functions": [
{
"ancient": false,
"function": "tombstone:random_scroll_buff"
}
],
"name": "tombstone:strange_scroll",
"weight": 100,
"type": "minecraft:item"
},
{
"functions": [
{
"function": "tombstone:delayed_nbt_loot"
}
],
"name": "tombstone:scroll_of_knowledge",
"weight": 20,
"type": "minecraft:item"
},
{
"functions": [
{
"ancient": false,
"function": "tombstone:random_magic_tablet"
}
],
"name": "tombstone:strange_tablet",
"weight": 50,
"type": "minecraft:item"
},
{
"functions": [
{
"function": "tombstone:delayed_nbt_loot"
}
],
"name": "tombstone:magic_scroll",
"weight": 50,
"type": "minecraft:item"
},
{
"functions": [
{
"function": "tombstone:check_enabled"
}
],
"name": "tombstone:gemstone_of_familiar",
"weight": 10,
"type": "minecraft:item"
},
{
"functions": [
{
"function": "tombstone:delayed_nbt_loot"
}
],
"name": "tombstone:voodoo_poppet",
"weight": 10,
"type": "minecraft:item"
},
{
"functions": [
{
"function": "tombstone:delayed_nbt_loot"
}
],
"name": "tombstone:receptacle_of_familiar",
"weight": 10,
"type": "minecraft:item"
},
{
"weight": 870,
"type": "minecraft:empty"
}
],
"conditions": [
{
"condition": "tombstone:check_player"
}
]
}
@@ -0,0 +1,153 @@
{
"rolls": 1.0,
"bonus_rolls": 0.0,
"name": "tombstone:lost_treasure",
"entries": [
{
"functions": [
{
"function": "tombstone:check_enabled"
}
],
"name": "tombstone:essence_of_undeath",
"weight": 10,
"type": "minecraft:item"
},
{
"functions": [
{
"function": "tombstone:check_enabled"
}
],
"name": "tombstone:ritual_flute",
"weight": 10,
"type": "minecraft:item"
},
{
"functions": [
{
"rl": "minecraft:decorated_pot_sherds",
"function": "tombstone:random_in_tag"
}
],
"name": "minecraft:book",
"weight": 40,
"type": "minecraft:item"
},
{
"name": "minecraft:bundle",
"weight": 20,
"type": "minecraft:item"
},
{
"functions": [
{
"function": "tombstone:check_enabled"
}
],
"name": "tombstone:bag_of_seeds",
"weight": 20,
"type": "minecraft:item"
},
{
"functions": [
{
"ancient": true,
"function": "tombstone:random_magic_tablet"
}
],
"name": "tombstone:strange_tablet",
"weight": 15,
"type": "minecraft:item"
},
{
"functions": [
{
"function": "tombstone:delayed_nbt_loot"
}
],
"name": "tombstone:scroll_of_knowledge",
"weight": 20,
"type": "minecraft:item"
},
{
"functions": [
{
"function": "tombstone:delayed_nbt_loot"
}
],
"name": "tombstone:magic_scroll",
"weight": 50,
"type": "minecraft:item"
},
{
"functions": [
{
"function": "tombstone:check_enabled"
}
],
"name": "tombstone:gemstone_of_familiar",
"weight": 10,
"type": "minecraft:item"
},
{
"functions": [
{
"function": "tombstone:delayed_nbt_loot"
}
],
"name": "tombstone:voodoo_poppet",
"weight": 10,
"type": "minecraft:item"
},
{
"functions": [
{
"function": "tombstone:delayed_nbt_loot"
}
],
"name": "tombstone:receptacle_of_familiar",
"weight": 10,
"type": "minecraft:item"
},
{
"functions": [
{
"function": "tombstone:delayed_nbt_loot"
}
],
"name": "tombstone:fishing_rod_of_misadventure",
"weight": 20,
"type": "minecraft:item"
},
{
"functions": [
{
"function": "tombstone:check_enabled"
}
],
"name": "tombstone:lost_tablet",
"weight": 100,
"type": "minecraft:item"
},
{
"weight": 3350,
"type": "minecraft:empty"
}
],
"conditions": [
{
"condition": "tombstone:check_player"
},
{
"predicate": {
"type_specific": {
"in_open_water": true,
"type": "minecraft:fishing_hook"
}
},
"entity": "this",
"condition": "minecraft:entity_properties"
}
]
}
@@ -0,0 +1,69 @@
{
"rolls": 1.0,
"bonus_rolls": 0.0,
"name": "tombstone:seeker_rod",
"entries": [
{
"functions": [
{
"function": "tombstone:check_enabled"
}
],
"name": "tombstone:essence_of_undeath",
"weight": 5,
"type": "minecraft:item"
},
{
"functions": [
{
"function": "tombstone:check_enabled"
}
],
"name": "tombstone:receptacle_of_soul",
"weight": 15,
"type": "minecraft:item"
},
{
"functions": [
{
"function": "tombstone:check_enabled"
}
],
"name": "tombstone:gemstone_of_familiar",
"weight": 25,
"type": "minecraft:item"
},
{
"functions": [
{
"function": "tombstone:delayed_nbt_loot"
}
],
"name": "tombstone:receptacle_of_familiar",
"weight": 25,
"type": "minecraft:item"
},
{
"functions": [
{
"id": "tombstone:restoration",
"function": "minecraft:set_potion"
}
],
"name": "minecraft:potion",
"weight": 10,
"type": "minecraft:item"
},
{
"functions": [
{
"ancient": true,
"function": "tombstone:random_scroll_buff"
}
],
"name": "tombstone:strange_scroll",
"weight": 20,
"type": "minecraft:item"
}
]
}
@@ -0,0 +1,21 @@
{
"rolls": 1.0,
"bonus_rolls": 0.0,
"name": "tombstone:sniffer_digging",
"entries": [
{
"functions": [
{
"function": "tombstone:check_enabled"
}
],
"name": "tombstone:grave_dust",
"weight": 5,
"type": "minecraft:item"
},
{
"weight": 95,
"type": "minecraft:empty"
}
]
}
@@ -0,0 +1,98 @@
{
"rolls": 1.0,
"bonus_rolls": 0.0,
"name": "tombstone:undead_boss",
"entries": [
{
"functions": [
{
"function": "tombstone:delayed_nbt_loot"
}
],
"name": "tombstone:magic_scroll",
"weight": 100,
"type": "minecraft:item"
},
{
"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:gemstone_of_familiar",
"weight": 20,
"type": "minecraft:item"
},
{
"functions": [
{
"function": "tombstone:check_enabled"
}
],
"name": "tombstone:receptacle_of_soul",
"weight": 100,
"type": "minecraft:item"
},
{
"functions": [
{
"ancient": true,
"function": "tombstone:random_scroll_buff"
}
],
"name": "tombstone:strange_scroll",
"weight": 100,
"type": "minecraft:item"
},
{
"functions": [
{
"function": "tombstone:delayed_nbt_loot"
},
{
"components": {
"tombstone:tb_ancient": true
},
"function": "minecraft:set_components"
}
],
"name": "tombstone:magic_scroll",
"weight": 50,
"type": "minecraft:item"
},
{
"functions": [
{
"function": "tombstone:delayed_nbt_loot"
}
],
"name": "tombstone:receptacle_of_familiar",
"weight": 100,
"type": "minecraft:item"
},
{
"weight": 2550,
"type": "minecraft:empty"
}
]
}
@@ -0,0 +1,75 @@
{
"rolls": 1.0,
"bonus_rolls": 0.0,
"name": "tombstone:undead_mob",
"entries": [
{
"functions": [
{
"function": "tombstone:check_enabled"
},
{
"count": {
"min": 1.0,
"max": 2.0,
"type": "minecraft:uniform"
},
"add": false,
"function": "minecraft:set_count"
}
],
"name": "tombstone:grave_dust",
"weight": 100,
"type": "minecraft:item"
},
{
"name": "minecraft:bundle",
"weight": 20,
"type": "minecraft:item"
},
{
"functions": [
{
"function": "tombstone:check_enabled"
}
],
"name": "tombstone:bag_of_seeds",
"weight": 10,
"type": "minecraft:item"
},
{
"functions": [
{
"function": "tombstone:delayed_nbt_loot"
}
],
"name": "tombstone:magic_scroll",
"weight": 20,
"type": "minecraft:item"
},
{
"functions": [
{
"function": "tombstone:check_enabled"
}
],
"name": "tombstone:essence_of_undeath",
"weight": 5,
"type": "minecraft:item"
},
{
"functions": [
{
"function": "tombstone:check_enabled"
}
],
"name": "tombstone:ritual_flute",
"weight": 5,
"type": "minecraft:item"
},
{
"weight": 800,
"type": "minecraft:empty"
}
]
}
@@ -0,0 +1,43 @@
{
"loottables": [
"minecraft:chests/trial_chambers/reward_ominous_common",
"minecraft:chests/stronghold_crossing",
"minecraft:chests/abandoned_mineshaft",
"minecraft:chests/trial_chambers/reward_ominous_rare",
"minecraft:chests/end_city_treasure",
"minecraft:chests/trial_chambers/reward_ominous_unique",
"minecraft:chests/trial_chambers/supply",
"minecraft:chests/nether_bridge",
"minecraft:chests/stronghold_corridor",
"minecraft:chests/trial_chambers/corridor",
"minecraft:chests/trial_chambers/reward_unique",
"minecraft:chests/stronghold_library",
"minecraft:chests/underwater_ruin_small",
"minecraft:chests/trial_chambers/intersection",
"minecraft:chests/pillager_outpost",
"minecraft:chests/buried_treasure",
"minecraft:chests/ruined_portal",
"minecraft:chests/simple_dungeon",
"minecraft:chests/bastion_treasure",
"minecraft:chests/jungle_temple",
"minecraft:chests/woodland_mansion",
"minecraft:chests/bastion_other",
"minecraft:chests/trial_chambers/reward_rare",
"minecraft:chests/shipwreck_treasure",
"minecraft:chests/shipwreck_supply",
"minecraft:chests/ancient_city",
"minecraft:chests/trial_chambers/reward",
"minecraft:chests/igloo_chest",
"minecraft:chests/trial_chambers/reward_common",
"minecraft:chests/bastion_hoglin_stable",
"minecraft:chests/bastion_bridge",
"minecraft:chests/trial_chambers/intersection_barrel",
"minecraft:chests/desert_pyramid",
"minecraft:chests/underwater_ruin_big",
"minecraft:chests/trial_chambers/reward_ominous",
"minecraft:chests/jungle_temple_dispenser",
"minecraft:chests/shipwreck_map",
"minecraft:chests/trial_chambers/entrance",
"minecraft:chests/ancient_city_ice_box"
]
}
+1
View File
@@ -0,0 +1 @@
9.4.8