This repository has been archived on 2023-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
jland-packwiz-pack/kubejs/data/dungeoncrawl/loot_tables/chests/forge.json

154 lines
3.5 KiB
JSON
Raw Normal View History

2023-11-02 12:32:44 -05:00
{
"pools": [
{
"name": "guaranteed_coal",
"rolls": {
"min": 1,
"max": 2
},
"entries": [
{
"type": "minecraft:item",
"name": "mysticalagriculture:coal_essence",
"functions": [
{
"function": "set_count",
"count": {
"min": 4,
"max": 8
}
}
]
}
]
},
{
"name": "forge",
"rolls": {
"min": 2,
"max": 4
},
"entries": [
{
"type": "minecraft:item",
"name": "mysticalagriculture:iron_essence",
"functions": [
{
"function": "set_count",
"count": {
"min": 4,
"max": 8
}
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:iron_helmet",
"functions": [
{
"function": "enchant_with_levels",
"levels": 5
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:iron_chestplate",
"functions": [
{
"function": "enchant_with_levels",
"levels": 5
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:iron_leggings",
"functions": [
{
"function": "enchant_with_levels",
"levels": 5
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:iron_boots",
"functions": [
{
"function": "enchant_with_levels",
"levels": 5
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:chainmail_helmet",
"functions": [
{
"function": "enchant_with_levels",
"levels": 5
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:chainmail_chestplate",
"functions": [
{
"function": "enchant_with_levels",
"levels": 5
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:chainmail_leggings",
"functions": [
{
"function": "enchant_with_levels",
"levels": 5
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:chainmail_boots",
"functions": [
{
"function": "enchant_with_levels",
"levels": 5
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:smithing_table"
},
{
"type": "minecraft:item",
"name": "create:andesite_alloy"
},
{
"type": "minecraft:item",
"name": "minecraft:iron_block"
},
{
"type": "minecraft:item",
"name": "minecraft:iron_sword"
},
{
"type": "minecraft:item",
"name": "minecraft:air",
"functions": [
{
"function": "dungeoncrawl:random_item",
"loot_level": 1
}
]
}
]
}
]
}