fix ginger final select

This commit is contained in:
tenplus1 2022-10-28 12:28:50 +01:00
parent 444e923acd
commit c43020e65e
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ minetest.register_node("farming:ginger_3", table.copy(def))
-- stage 4 (final)
def.tiles = {"farming_ginger_4.png"}
def.selection_box = farming.select_final
def.drop = {
items = {
{items = {"farming:ginger 2"}, rarity = 1},