Farming: Add gourd API to reduce redundancy, rework pumpkin

This commit is contained in:
Wuzzy 2017-03-13 22:30:37 +01:00
parent a841d02325
commit 589eb9dc3d
4 changed files with 185 additions and 213 deletions

View file

@ -84,6 +84,9 @@ dofile(minetest.get_modpath("mcl_farming").."/hoes.lua")
-- ========= WHEAT =========
dofile(minetest.get_modpath("mcl_farming").."/wheat.lua")
-- = HELPER FUNCTION FOR PUMPKIN AND MELON =
dofile(minetest.get_modpath("mcl_farming").."/gourd.lua")
-- ========= PUMPKIN =========
dofile(minetest.get_modpath("mcl_farming").."/pumpkin.lua")