diff options
author | tenplus1 <kinsellaja@yahoo.com> | 2015-05-20 10:22:04 +0100 |
---|---|---|
committer | tenplus1 <kinsellaja@yahoo.com> | 2015-05-20 10:22:04 +0100 |
commit | 7ff3416737a5a05242114945c6ddc34393ddfd54 (patch) | |
tree | 6748252e19d096fffc802b6c509fc4cf7c523d54 /beanpole.lua | |
parent | e639b287097d1e180ef3ebee97c027640400da55 (diff) |
NEW growing routine added
Diffstat (limited to 'beanpole.lua')
-rw-r--r-- | beanpole.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/beanpole.lua b/beanpole.lua index 0387fa0..895b6fa 100644 --- a/beanpole.lua +++ b/beanpole.lua @@ -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", |