10 lines
341 B
Lua
Raw Normal View History

-- TO-DO:
-- * Add Spark Particles
-- * Add Working Sounds
2023-07-03 12:41:53 -06:00
-- * Waterlogging (needs engine change)
-- * Fix the mob damage when mobs go back to burning again
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