1
0
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:
LeMagnesium
2015-05-26 21:20:33 +02:00
parent 06d1bb053f
commit 752687e1e1
8 changed files with 705 additions and 49 deletions

View File

@@ -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",