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

Added grape bush, grapes and trellis for growing

This commit is contained in:
TenPlus1
2015-10-26 11:22:40 +00:00
parent e2c1584f8e
commit 013ab59da9
15 changed files with 293 additions and 1 deletions

View File

@ -1,5 +1,5 @@
--[[
Minetest Farming Redo Mod 1.21 (29th August 2015)
Minetest Farming Redo Mod 1.22 (26th October 2015)
by TenPlus1
NEW growing routine by prestidigitator
auto-refill by crabman77
@ -65,6 +65,7 @@ dofile(farming.path.."/raspberry.lua")
dofile(farming.path.."/blueberry.lua")
dofile(farming.path.."/rhubarb.lua")
dofile(farming.path.."/beanpole.lua")
dofile(farming.path.."/grapes.lua")
dofile(farming.path.."/donut.lua")
dofile(farming.path.."/mapgen.lua")
dofile(farming.path.."/compatibility.lua") -- Farming Plus compatibility