updated many things: added forge:pamcrops tag, added rftools pamcrops tag dimlet, added some in config documentation to the wasteland that is rftools docs, mors tuff i forgot i'm sure

This commit is contained in:
APEX FIGHT
2025-12-29 17:00:14 -05:00
parent 5972b37123
commit 89ac43b266
41 changed files with 3419 additions and 15238 deletions

View File

@@ -0,0 +1,88 @@
{
"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:ritual_flute"
},
{
"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": 5800
}
],
"conditions": [
{
"condition": "tombstone:check_player"
}
]
}