feat: initial commit
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user