diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2018-04-09 11:31:48 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-04-09 11:31:48 +0100 |
commit | 1a2bc350c516e1f73e99b23076c9ca8974f014a3 (patch) | |
tree | 5a8edaeb73c1245f86bc3535a7acd95d151b33a7 /init.lua | |
parent | a4e8182d9055c206e5b1d1a902d63fbdb7b8fe29 (diff) |
added hoe bome as lucky block prize
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -660,4 +660,5 @@ if farming.donuts then dofile(farming.path.."/donut.lua") end dofile(farming.path.."/mapgen.lua") dofile(farming.path.."/compatibility.lua") -- Farming Plus compatibility +dofile(farming.path.."/hoebomb.lua") dofile(farming.path.."/lucky_block.lua") |