mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-19 01:21:05 +01:00
Comment on beetroot seed probability
This commit is contained in:
parent
36060dfb6a
commit
7d0c647e8b
1 changed files with 6 additions and 0 deletions
|
@ -94,6 +94,12 @@ minetest.register_node("mcl_farming:beetroot", {
|
||||||
walkable = false,
|
walkable = false,
|
||||||
drawtype = "plantlike",
|
drawtype = "plantlike",
|
||||||
drop = {
|
drop = {
|
||||||
|
--[[ drops 1 beetroot guaranteed.
|
||||||
|
drops 0-3 beetroot seeds:
|
||||||
|
0 seeds: 42.18%
|
||||||
|
1 seed: 14.06%
|
||||||
|
2 seeds: 18.75%
|
||||||
|
3 seeds: 25% ]]
|
||||||
max_items = 2,
|
max_items = 2,
|
||||||
items = {
|
items = {
|
||||||
{ items = {"mcl_farming:beetroot_item"}, rarity = 1 },
|
{ items = {"mcl_farming:beetroot_item"}, rarity = 1 },
|
||||||
|
|
Loading…
Reference in a new issue