forked from mtcontrib/farming
increase selection box to show crop has matured, fix strawberry plant issue, add step to rhubarb growth
This commit is contained in:
@ -108,6 +108,7 @@ minetest.register_node("farming:rice_7", table.copy(def))
|
||||
-- stage 8 (final)
|
||||
def.tiles = {"farming_rice_8.png"}
|
||||
def.groups.growing = nil
|
||||
def.selection_box = farming.select_final
|
||||
def.drop = {
|
||||
items = {
|
||||
{items = {"farming:rice 2"}, rarity = 1},
|
||||
|
Reference in New Issue
Block a user