INITIAL COMMIT

This commit is contained in:
2025-06-24 18:57:57 -04:00
commit 3a17f8f806
454 changed files with 26946 additions and 0 deletions

View File

@ -0,0 +1,114 @@
{
"name": "tombstone:abandoned_grave",
"rolls": {
"type": "minecraft:uniform",
"min": 5.0,
"max": 10.0
},
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"weight": 10,
"functions": [
{
"function": "tombstone:check_enabled"
}
],
"name": "tombstone:essence_of_undeath"
},
{
"type": "minecraft:item",
"weight": 50,
"functions": [
{
"function": "tombstone:delayed_nbt_loot"
}
],
"name": "tombstone:receptacle_of_familiar"
},
{
"type": "minecraft:item",
"weight": 200,
"functions": [
{
"function": "tombstone:delayed_nbt_loot"
}
],
"name": "tombstone:magic_scroll"
},
{
"type": "minecraft:item",
"weight": 50,
"functions": [
{
"function": "tombstone:delayed_nbt_loot"
},
{
"function": "minecraft:set_nbt",
"tag": "{ancient:1b}"
}
],
"name": "tombstone:magic_scroll"
},
{
"type": "minecraft:item",
"weight": 200,
"functions": [
{
"function": "minecraft:enchant_randomly"
}
],
"name": "minecraft:book"
},
{
"type": "minecraft:item",
"weight": 100,
"functions": [
{
"function": "tombstone:enchanted_equipment",
"type": 0,
"enchantedChance": 50,
"randomEnchantability": 60
}
],
"name": "minecraft:book"
},
{
"type": "minecraft:item",
"weight": 100,
"functions": [
{
"function": "tombstone:enchanted_equipment",
"type": 2,
"enchantedChance": 50,
"randomEnchantability": 60
}
],
"name": "minecraft:book"
},
{
"type": "minecraft:item",
"weight": 400,
"functions": [
{
"function": "tombstone:enchanted_equipment",
"type": 1,
"enchantedChance": 50,
"randomEnchantability": 60
}
],
"name": "minecraft:book"
},
{
"type": "minecraft:item",
"weight": 300,
"functions": [
{
"function": "tombstone:random_potion"
}
],
"name": "minecraft:potion"
}
]
}

View 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"
}
]
}

View File

@ -0,0 +1,67 @@
{
"name": "tombstone:cat_morning",
"rolls": 1.0,
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"weight": 100,
"functions": [
{
"function": "tombstone:check_enabled"
},
{
"function": "tombstone:trigger_cat_morning"
},
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1.0,
"max": 3.0
},
"add": false
}
],
"name": "tombstone:grave_dust"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "tombstone:check_enabled"
}
],
"name": "tombstone:essence_of_undeath"
},
{
"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": 20,
"functions": [
{
"function": "tombstone:check_enabled"
}
],
"name": "tombstone:gemstone_of_familiar"
},
{
"type": "minecraft:empty",
"weight": 839
}
]
}

View 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"
}
]
}

View File

@ -0,0 +1,143 @@
{
"name": "tombstone:lost_treasure",
"rolls": 1.0,
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"weight": 10,
"functions": [
{
"function": "tombstone:check_enabled"
}
],
"name": "tombstone:essence_of_undeath"
},
{
"type": "minecraft:item",
"weight": 40,
"functions": [
{
"function": "tombstone:random_in_tag",
"rl": "minecraft:decorated_pot_sherds"
}
],
"name": "minecraft:book"
},
{
"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": 15,
"functions": [
{
"function": "tombstone:random_magic_tablet",
"ancient": true
}
],
"name": "tombstone:strange_tablet"
},
{
"type": "minecraft:item",
"weight": 20,
"functions": [
{
"function": "tombstone:delayed_nbt_loot"
}
],
"name": "tombstone:scroll_of_knowledge"
},
{
"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:item",
"weight": 20,
"functions": [
{
"function": "tombstone:delayed_nbt_loot"
}
],
"name": "tombstone:fishing_rod_of_misadventure"
},
{
"type": "minecraft:item",
"weight": 100,
"functions": [
{
"function": "tombstone:check_enabled"
}
],
"name": "tombstone:lost_tablet"
},
{
"type": "minecraft:empty",
"weight": 675
}
],
"conditions": [
{
"condition": "tombstone:check_player"
},
{
"condition": "minecraft:entity_properties",
"predicate": {
"type_specific": {
"in_open_water": true,
"type": "fishing_hook"
}
},
"entity": "this"
}
]
}

View File

@ -0,0 +1,69 @@
{
"name": "tombstone:seeker_rod",
"rolls": 1.0,
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"weight": 5,
"functions": [
{
"function": "tombstone:check_enabled"
}
],
"name": "tombstone:essence_of_undeath"
},
{
"type": "minecraft:item",
"weight": 15,
"functions": [
{
"function": "tombstone:check_enabled"
}
],
"name": "tombstone:receptacle_of_soul"
},
{
"type": "minecraft:item",
"weight": 25,
"functions": [
{
"function": "tombstone:check_enabled"
}
],
"name": "tombstone:gemstone_of_familiar"
},
{
"type": "minecraft:item",
"weight": 25,
"functions": [
{
"function": "tombstone:delayed_nbt_loot"
}
],
"name": "tombstone:receptacle_of_familiar"
},
{
"type": "minecraft:item",
"weight": 10,
"functions": [
{
"function": "minecraft:set_potion",
"id": "tombstone:restoration"
}
],
"name": "minecraft:potion"
},
{
"type": "minecraft:item",
"weight": 20,
"functions": [
{
"function": "tombstone:random_scroll_buff",
"ancient": true
}
],
"name": "tombstone:strange_scroll"
}
]
}

View File

@ -0,0 +1,21 @@
{
"name": "tombstone:sniffer_digging",
"rolls": 1.0,
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"weight": 10,
"functions": [
{
"function": "tombstone:check_enabled"
}
],
"name": "tombstone:grave_dust"
},
{
"type": "minecraft:empty",
"weight": 90
}
]
}

View File

@ -0,0 +1,96 @@
{
"name": "tombstone:undead_boss",
"rolls": 1.0,
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"weight": 100,
"functions": [
{
"function": "tombstone:delayed_nbt_loot"
}
],
"name": "tombstone:magic_scroll"
},
{
"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:gemstone_of_familiar"
},
{
"type": "minecraft:item",
"weight": 50,
"functions": [
{
"function": "tombstone:check_enabled"
}
],
"name": "tombstone:receptacle_of_soul"
},
{
"type": "minecraft:item",
"weight": 100,
"functions": [
{
"function": "tombstone:random_scroll_buff",
"ancient": true
}
],
"name": "tombstone:strange_scroll"
},
{
"type": "minecraft:item",
"weight": 50,
"functions": [
{
"function": "tombstone:delayed_nbt_loot"
},
{
"function": "minecraft:set_nbt",
"tag": "{ancient:1b}"
}
],
"name": "tombstone:magic_scroll"
},
{
"type": "minecraft:item",
"weight": 100,
"functions": [
{
"function": "tombstone:delayed_nbt_loot"
}
],
"name": "tombstone:voodoo_poppet"
},
{
"type": "minecraft:item",
"weight": 100,
"functions": [
{
"function": "tombstone:delayed_nbt_loot"
}
],
"name": "tombstone:receptacle_of_familiar"
},
{
"type": "minecraft:empty",
"weight": 460
}
]
}

View File

@ -0,0 +1,65 @@
{
"name": "tombstone:undead_mob",
"rolls": 1.0,
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"weight": 100,
"functions": [
{
"function": "tombstone:check_enabled"
},
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1.0,
"max": 2.0
},
"add": false
}
],
"name": "tombstone:grave_dust"
},
{
"type": "minecraft:item",
"weight": 20,
"name": "minecraft:bundle"
},
{
"type": "minecraft:item",
"weight": 10,
"functions": [
{
"function": "tombstone:check_enabled"
}
],
"name": "tombstone:bag_of_seeds"
},
{
"type": "minecraft:item",
"weight": 20,
"functions": [
{
"function": "tombstone:delayed_nbt_loot"
}
],
"name": "tombstone:magic_scroll"
},
{
"type": "minecraft:item",
"weight": 5,
"functions": [
{
"function": "tombstone:check_enabled"
}
],
"name": "tombstone:essence_of_undeath"
},
{
"type": "minecraft:empty",
"weight": 845
}
]
}

View File

@ -0,0 +1 @@
{"loottables":["minecraft:chests/bastion_treasure","minecraft:chests/ruined_portal","minecraft:chests/shipwreck_supply","minecraft:chests/stronghold_corridor","minecraft:chests/bastion_other","minecraft:chests/ancient_city_ice_box","minecraft:chests/simple_dungeon","minecraft:chests/nether_bridge","minecraft:chests/underwater_ruin_small","minecraft:chests/igloo_chest","minecraft:chests/buried_treasure","minecraft:chests/abandoned_mineshaft","minecraft:chests/bastion_hoglin_stable","minecraft:chests/ancient_city","minecraft:chests/stronghold_crossing","minecraft:chests/shipwreck_treasure","minecraft:chests/jungle_temple","minecraft:chests/desert_pyramid","minecraft:chests/pillager_outpost","minecraft:chests/stronghold_library","minecraft:chests/underwater_ruin_big","minecraft:chests/shipwreck_map","minecraft:chests/jungle_temple_dispenser","minecraft:chests/woodland_mansion","minecraft:chests/end_city_treasure","minecraft:chests/bastion_bridge"]}

View File

@ -0,0 +1 @@
8.9.8