mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-12-21 09:05:34 +01:00
Updated farming mod
- Introduced new grow routine to grow plants even with players being away from them
This commit is contained in:
@@ -65,7 +65,7 @@ minetest.register_craft({
|
||||
}
|
||||
})
|
||||
|
||||
-- Define Corn growth stages
|
||||
-- Define Green Bean growth stages
|
||||
|
||||
minetest.register_node("farming:beanpole_1", {
|
||||
drawtype = "plantlike",
|
||||
@@ -140,7 +140,7 @@ minetest.register_node("farming:beanpole_4", {
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
})
|
||||
|
||||
-- Last stage of Corn growth doesnnot have growing=1 so abm never has to check these
|
||||
-- Last stage of Green Bean growth does not have growing=1 so abm never has to check these
|
||||
|
||||
minetest.register_node("farming:beanpole_5", {
|
||||
drawtype = "plantlike",
|
||||
|
||||
Reference in New Issue
Block a user