Loot Table Generator
Create custom loot tables for Hytale mods with pools, entries, functions, and conditions
Loot Table Type
Select the type of loot table you want to create
Pools
Pool 1(1 entry)
Entry 1
Generated JSON
{
"type": "hytale:chest",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "hytale:item",
"name": "hytale:cobalt_ore"
}
]
}
]
}Usage Instructions
1. Save the JSON as a .json file
2. Place in your mod: content/namespace/loot_tables/
3. Reference with: hytale:namespace/filename
File Structure:
mod_pack/
-- manifest.json
-- content/
-- mynamespace/
-- loot_tables/
-- my_loot.json