diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2016-11-12 11:03:04 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2016-11-12 11:03:04 +0000 |
commit | faab371aa546a669482b66f91b4e0ed7555b67cc (patch) | |
tree | e6ccfdad70e90598092afe285191912171e2c5a4 /init.lua | |
parent | c05d4996207ef5dc69b9477c73ccfb0651db960c (diff) |
added 13x lucky blocks
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.23 (14th October 2016) + Minetest Farming Redo Mod 1.23 (12th November 2016) by TenPlus1 NEW growing routine by prestidigitator auto-refill by crabman77 @@ -710,3 +710,4 @@ dofile(farming.path.."/barley.lua") dofile(farming.path.."/donut.lua") dofile(farming.path.."/mapgen.lua") dofile(farming.path.."/compatibility.lua") -- Farming Plus compatibility +dofile(farming.path.."/lucky_block.lua") |