mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-25 14:14:32 +01:00
Adjust drop rates of wheat worms
This commit is contained in:
parent
988e701098
commit
26063e98a2
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@
|
||||||
"function": "minecraft:set_count",
|
"function": "minecraft:set_count",
|
||||||
"count": {
|
"count": {
|
||||||
"min": 1.0,
|
"min": 1.0,
|
||||||
"max": 2.0,
|
"max": 3.0,
|
||||||
"type": "minecraft:uniform"
|
"type": "minecraft:uniform"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
"function": "minecraft:set_count",
|
"function": "minecraft:set_count",
|
||||||
"count": {
|
"count": {
|
||||||
"min": 1.0,
|
"min": 1.0,
|
||||||
"max": 2.0,
|
"max": 4.0,
|
||||||
"type": "minecraft:uniform"
|
"type": "minecraft:uniform"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue