Files
IMoO/loot_tables/entities/strider.json
T
2022-01-23 21:24:12 +03:00

23 lines
574 B
JSON

{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:string",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 5
}
}
]
}
]
}
]
}