Новый моб

This commit is contained in:
Hell13Cat
2022-02-07 22:58:00 +03:00
parent 833db291e9
commit 4e89129676
16 changed files with 489 additions and 9 deletions
@@ -0,0 +1,30 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:string",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 2
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}
]
}
]
}