94 lines
2.1 KiB
JSON
94 lines
2.1 KiB
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |