master
PilzAdam 2012-09-22 16:44:46 +02:00
parent bb0efa5986
commit e01bcf5e8b
1 changed files with 3 additions and 0 deletions

View File

@ -201,6 +201,9 @@ dofile(minetest.get_modpath("farming").."/wheat.lua")
-- ========= COTTON =========
dofile(minetest.get_modpath("farming").."/cotton.lua")
-- ========= PUMPKIN =========
dofile(minetest.get_modpath("farming").."/pumpkin.lua")
-- ========= WEED =========
dofile(minetest.get_modpath("farming").."/weed.lua")