mirror of
https://codeberg.org/tenplus1/farming.git
synced 2025-04-20 04:20:19 +02:00
tweak corn so drops arent too OP
This commit is contained in:
parent
b8c3d40e88
commit
e558d18f6f
@ -93,8 +93,8 @@ def.selection_box = farming.select_final
|
|||||||
def.drop = {
|
def.drop = {
|
||||||
items = {
|
items = {
|
||||||
{items = {"farming:corn 2"}, rarity = 1},
|
{items = {"farming:corn 2"}, rarity = 1},
|
||||||
{items = {"farming:corn 2"}, rarity = 2},
|
{items = {"farming:corn"}, rarity = 2},
|
||||||
{items = {"farming:corn 2"}, rarity = 2}
|
{items = {"farming:corn"}, rarity = 2}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
minetest.register_node("farming:corn_8", table.copy(def))
|
minetest.register_node("farming:corn_8", table.copy(def))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user