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

added hoe bome as lucky block prize

This commit is contained in:
TenPlus1
2018-04-09 11:31:48 +01:00
parent a4e8182d90
commit 1a2bc350c5
5 changed files with 149 additions and 1 deletions

View File

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