diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2015-10-26 11:22:40 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2015-10-26 11:22:40 +0000 |
commit | 013ab59da99efd7b97cbf86588cca99b9e7f313d (patch) | |
tree | 26798c6045a827ac56f5081b4f37b4109f6c2ee9 /init.lua | |
parent | e2c1584f8e30d87a08c4ff576db7ba67cdda7b8b (diff) |
Added grape bush, grapes and trellis for growing
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ --[[ - Minetest Farming Redo Mod 1.21 (29th August 2015) + Minetest Farming Redo Mod 1.22 (26th October 2015) by TenPlus1 NEW growing routine by prestidigitator auto-refill by crabman77 @@ -65,6 +65,7 @@ dofile(farming.path.."/raspberry.lua") dofile(farming.path.."/blueberry.lua") dofile(farming.path.."/rhubarb.lua") dofile(farming.path.."/beanpole.lua") +dofile(farming.path.."/grapes.lua") dofile(farming.path.."/donut.lua") dofile(farming.path.."/mapgen.lua") dofile(farming.path.."/compatibility.lua") -- Farming Plus compatibility |