From 30c87bf910385fe8473170ad867fd5306ba8c051 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Sat, 8 Apr 2017 11:00:12 +0100 Subject: Added hemp, upped to ver 1.24 --- init.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 2d64f61..1292eac 100644 --- a/init.lua +++ b/init.lua @@ -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 -- cgit v1.2.3