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

Added Green Beans and beanpoles to grow them with

This commit is contained in:
tenplus1
2015-04-19 12:42:12 +01:00
parent 5902909121
commit 0b3952bd3d
12 changed files with 191 additions and 2 deletions

View File

@ -1,5 +1,5 @@
--[[
Minetest Farming Redo Mod 1.12 (9th April 2015)
Minetest Farming Redo Mod 1.13 (19th April 2015)
by TenPlus1
]]
@ -25,7 +25,8 @@ dofile(minetest.get_modpath("farming").."/cocoa.lua")
dofile(minetest.get_modpath("farming").."/raspberry.lua")
dofile(minetest.get_modpath("farming").."/blueberry.lua")
dofile(minetest.get_modpath("farming").."/rhubarb.lua")
dofile(minetest.get_modpath("farming").."/donut.lua") -- sweet treat
dofile(minetest.get_modpath("farming").."/beanpole.lua")
dofile(minetest.get_modpath("farming").."/donut.lua")
dofile(minetest.get_modpath("farming").."/mapgen.lua")
dofile(minetest.get_modpath("farming").."/compatibility.lua") -- Farming Plus compatibility