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/library.json

94 lines
2.1 KiB
JSON
Raw Normal View History

2023-11-02 12:32:44 -05:00
{
"pools": [
{
"name": "library",
"rolls": {
"min": 8,
"max": 14
},
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:book",
"weight": 3,
"functions": [
{
"function": "set_count",
"count": {
"min": 3,
"max": 6
}
}
]
},
{
"type": "minecraft:item",
"name": "mysticalagriculture:squid_essence",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
]
},
{
"type": "minecraft:item",
"name": "mysticalagriculture:chicken_essence",
"weight": 2,
"functions": [
{
"function": "set_count",
"count": {
"min": 3,
"max": 6
}
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:writable_book",
"weight": 2,
"functions": [
{
"function": "set_count",
"count": {
"min": 3,
"max": 6
}
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:cobweb",
"weight": 6,
"functions": [
{
"function": "set_count",
"count": {
"min": 8,
"max": 14
}
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:book",
"weight": 5,
"functions": [
{
"function": "dungeoncrawl:enchanted_book",
"loot_level": 3
}
]
}
]
}
]
}