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

added 13x lucky blocks

This commit is contained in:
TenPlus1
2016-11-12 11:03:04 +00:00
parent c05d499620
commit faab371aa5
4 changed files with 24 additions and 1 deletions

View File

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