Farming: Add gourd API to reduce redundancy, rework pumpkin
This commit is contained in:
parent
a841d02325
commit
589eb9dc3d
4 changed files with 185 additions and 213 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue