Introduce the old melon/pumpkin growth times again
This commit is contained in:
parent
0fe42e4f30
commit
50814a6d5f
3 changed files with 8 additions and 7 deletions
|
@ -116,7 +116,7 @@ minetest.register_node("mcl_farming:melontige_unconnect", {
|
|||
mcl_farming:add_plant("mcl_farming:melontige_unconnect", {"mcl_farming:melontige_1", "mcl_farming:melontige_2"}, 50, 20)
|
||||
|
||||
-- Register actual melon, connected stems and stem-to-melon growth
|
||||
mcl_farming.register_gourd("mcl_farming:melontige_unconnect", "mcl_farming:melontige_linked", stemdrop, "mcl_farming:melon", melon_base_def)
|
||||
mcl_farming.register_gourd("mcl_farming:melontige_unconnect", "mcl_farming:melontige_linked", stemdrop, "mcl_farming:melon", melon_base_def, 25, 15)
|
||||
|
||||
-- Items and crafting
|
||||
minetest.register_craftitem("mcl_farming:melon_item", {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue