wip(loot): snapshot runtime loot hook refactor and diagnostics

This commit is contained in:
Jacobwasbeast
2026-03-13 20:23:01 -05:00
parent faada7fbc4
commit aa71a81de8
34 changed files with 2842 additions and 193 deletions

View File

@@ -0,0 +1,14 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "examplemod:debug_item"
}
]
}
]
}