1
0
Fork 0
mirror of https://github.com/Sollace/Unicopia.git synced 2025-04-18 09:04:06 +02:00

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
src/main/resources/data/unicopiamc/loot_tables/blocks

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"
}
},