diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-04-08 11:00:12 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-04-08 11:00:12 +0100 |
commit | 30c87bf910385fe8473170ad867fd5306ba8c051 (patch) | |
tree | 3b3b5b5e451b502ed941de4c4ec0575c5bb58d1a /init.lua | |
parent | 787c8d1ffea5b17e3dd680ac56dace3879b6b98e (diff) |
Added hemp, upped to ver 1.24
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,5 @@ --[[ - Minetest Farming Redo Mod 1.23 (12th November 2016) + Minetest Farming Redo Mod 1.24 (8th March 2017) by TenPlus1 NEW growing routine by prestidigitator auto-refill by crabman77 @@ -502,6 +502,7 @@ local can_refill_plant = { ["farming:rhubarb_1"] = "farming:rhubarb", ["farming:cocoa_1"] = "farming:cocoa_beans", ["farming:barley_1"] = "farming:seed_barley", + ["farming:hemp_1"] = "farming:seed_hemp", } function farming.refill_plant(player, plantname, index) @@ -711,6 +712,7 @@ dofile(farming.path.."/rhubarb.lua") dofile(farming.path.."/beanpole.lua") dofile(farming.path.."/grapes.lua") dofile(farming.path.."/barley.lua") +dofile(farming.path.."/hemp.lua") dofile(farming.path.."/donut.lua") dofile(farming.path.."/mapgen.lua") dofile(farming.path.."/compatibility.lua") -- Farming Plus compatibility |