10 lines
289 B
Lua
Raw Normal View History

-- TO-DO:
-- * Add Smoke Particles
-- * Add Spark Particles
-- * Add Cooking Meat
-- * Add Working Sounds
2023-02-11 17:32:53 -07:00
local modname = minetest.get_modpath(minetest.get_current_modname())
2023-02-11 17:32:53 -07:00
dofile(modname.."/api.lua") -- Load API File
dofile(modname.."/register.lua") -- Load Campfire Registration File