1
0
kopia lustrzana https://codeberg.org/tenplus1/farming.git synced 2025-10-27 04:35:37 +01:00

increase selection box to show crop has matured, fix strawberry plant issue, add step to rhubarb growth

This commit is contained in:
tenplus1
2022-09-15 08:03:41 +01:00
rodzic 6ac255d4c0
commit 2a41f1e9d5
43 zmienionych plików z 92 dodań i 41 usunięć

Wyświetl plik

@@ -69,6 +69,7 @@ minetest.register_node("farming:beetroot_4", table.copy(def))
-- stage 5
def.tiles = {"farming_beetroot_5.png"}
def.groups.growing = nil
def.selection_box = farming.select_final
def.drop = {
max_items = 4, items = {
{items = {"farming:beetroot"}, rarity = 1},