mirror of
https://codeberg.org/tenplus1/farming.git
synced 2025-06-28 22:36:45 +02:00
increase selection box to show crop has matured, fix strawberry plant issue, add step to rhubarb growth
This commit is contained in:
@ -71,6 +71,7 @@ minetest.register_node("farming:pea_4", table.copy(def))
|
||||
-- stage 5
|
||||
def.tiles = {"farming_pea_5.png"}
|
||||
def.groups.growing = nil
|
||||
def.selection_box = farming.select_final
|
||||
def.drop = {
|
||||
max_items = 5, items = {
|
||||
{items = {"farming:pea_pod"}, rarity = 1},
|
||||
|
Reference in New Issue
Block a user