1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-06-29 23:01:00 +02:00

change few growing to nil and lettuce/cabbage drops

This commit is contained in:
tenplus1
2020-12-13 09:31:50 +00:00
parent 8ef5730b3f
commit 2e18ef6ba6
4 changed files with 6 additions and 6 deletions

View File

@ -133,7 +133,7 @@ minetest.register_node("farming:pepper_6", table.copy(def))
-- stage 7 (red pepper)
def.tiles = {"crops_pepper_plant_7.png"}
def.groups.growing = 0
def.groups.growing = nil
def.drop = {
max_items = 2, items = {
{items = {'farming:pepper_red 2'}, rarity = 1},