mirror of
https://codeberg.org/tenplus1/farming.git
synced 2024-12-27 19:20:20 +01:00
fix ginger final select
This commit is contained in:
parent
444e923acd
commit
c43020e65e
@ -48,6 +48,7 @@ minetest.register_node("farming:ginger_3", table.copy(def))
|
|||||||
|
|
||||||
-- stage 4 (final)
|
-- stage 4 (final)
|
||||||
def.tiles = {"farming_ginger_4.png"}
|
def.tiles = {"farming_ginger_4.png"}
|
||||||
|
def.selection_box = farming.select_final
|
||||||
def.drop = {
|
def.drop = {
|
||||||
items = {
|
items = {
|
||||||
{items = {"farming:ginger 2"}, rarity = 1},
|
{items = {"farming:ginger 2"}, rarity = 1},
|
||||||
|
Loading…
Reference in New Issue
Block a user