Adjust drop rates of wheat worms

This commit is contained in:
Sollace 2022-10-21 00:09:54 +02:00
parent 988e701098
commit 26063e98a2
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@
"function": "minecraft:set_count",
"count": {
"min": 1.0,
"max": 2.0,
"max": 3.0,
"type": "minecraft:uniform"
}
},

View file

@ -39,7 +39,7 @@
"function": "minecraft:set_count",
"count": {
"min": 1.0,
"max": 2.0,
"max": 4.0,
"type": "minecraft:uniform"
}
},