forestry/forestry_bees/init.lua

8 lines
315 B
Lua
Raw Normal View History

2024-10-07 14:31:20 +02:00
--definitions that can be used around
forestry_bees = {}
2024-10-07 14:31:20 +02:00
dofile(minetest.get_modpath("forestry_bees") .. "/helper.lua")
dofile(minetest.get_modpath("forestry_bees") .. "/register.lua")
2024-10-07 19:52:09 +02:00
dofile(minetest.get_modpath("forestry_bees") .. "/mutations.lua")
dofile(minetest.get_modpath("forestry_bees") .. "/apiary.lua")