8 lines
315 B
Lua
8 lines
315 B
Lua
--definitions that can be used around
|
|
forestry_bees = {}
|
|
|
|
dofile(minetest.get_modpath("forestry_bees") .. "/helper.lua")
|
|
dofile(minetest.get_modpath("forestry_bees") .. "/register.lua")
|
|
dofile(minetest.get_modpath("forestry_bees") .. "/mutations.lua")
|
|
dofile(minetest.get_modpath("forestry_bees") .. "/apiary.lua")
|