rice crop has chance of giving more

This commit is contained in:
tenplus1 2023-04-28 09:25:26 +01:00
parent 607105ed37
commit 7e544333cd
1 changed files with 3 additions and 1 deletions

View File

@ -123,6 +123,7 @@ def.tiles = {"farming_rice_7.png"}
def.drop = {
items = {
{items = {"farming:seed_rice"}, rarity = 1},
{items = {"farming:seed_rice"}, rarity = 2},
{items = {"farming:seed_rice"}, rarity = 3}
}
}
@ -135,7 +136,8 @@ def.selection_box = farming.select_final
def.drop = {
items = {
{items = {"farming:seed_rice 2"}, rarity = 1},
{items = {"farming:seed_rice"}, rarity = 2}
{items = {"farming:seed_rice 2"}, rarity = 2},
{items = {"farming:seed_rice"}, rarity = 3}
}
}
minetest.register_node("farming:rice_8", table.copy(def))