Files
LegacyWeaveLoader/ExampleMod/data/examplemod/loot_tables/blocks/debug_hooks.json

15 lines
205 B
JSON

{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "examplemod:debug_item"
}
]
}
]
}