2022-07-05 01:02:22 +02:00
|
|
|
-- TO-DO:
|
|
|
|
-- * Add Spark Particles
|
|
|
|
-- * Add Working Sounds
|
2023-07-03 20:41:53 +02:00
|
|
|
-- * Waterlogging (needs engine change)
|
|
|
|
-- * Fix the mob damage when mobs go back to burning again
|
2023-02-12 01:32:53 +01:00
|
|
|
local modname = minetest.get_modpath(minetest.get_current_modname())
|
2022-07-05 01:02:22 +02:00
|
|
|
|
2023-02-12 01:32:53 +01:00
|
|
|
dofile(modname.."/api.lua") -- Load API File
|
|
|
|
dofile(modname.."/register.lua") -- Load Campfire Registration File
|