1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-06-29 23:01:00 +02:00

Added hemp, upped to ver 1.24

This commit is contained in:
TenPlus1
2017-04-08 11:00:12 +01:00
parent 787c8d1ffe
commit 30c87bf910
18 changed files with 228 additions and 3 deletions

View File

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