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