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:
@ -61,6 +61,7 @@ minetest.register_node("farming:raspberry_3", table.copy(def))
|
||||
-- stage 4 (final)
|
||||
def.tiles = {"farming_raspberry_4.png"}
|
||||
def.groups.growing = nil
|
||||
def.selection_box = farming.select_final
|
||||
def.drop = {
|
||||
items = {
|
||||
{items = {"farming:raspberries 2"}, rarity = 1},
|
||||
|
Reference in New Issue
Block a user