TheRandomLegoBrick 63caa07877 Initial commit
2022-08-13 12:16:09 -07:00

14 lines
267 B
Lua

--
-- mcl_ore_crops
--
-- Created by RandomLegoBrick
--
-- Credit to PilzAdam for creating the farming mod
--
-- Iron plants --
dofile(minetest.get_modpath("mcl_ore_crops").."/iron.lua")
-- Gold Plants --
dofile(minetest.get_modpath("mcl_ore_crops").."/gold.lua")