2024-10-07 14:31:20 +02:00
|
|
|
--definitions that can be used around
|
|
|
|
forestry_bees = {}
|
2024-10-09 14:26:31 +02:00
|
|
|
forestry_bees.settings = Settings(minetest.get_modpath("forestry_bees") .. "/forestry_bees.conf")
|
2024-10-05 21:22:58 +02:00
|
|
|
|
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-08 16:37:23 +02:00
|
|
|
dofile(minetest.get_modpath("forestry_bees") .. "/bee_drops.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")
|