VoxeLibre/mods/ITEMS/mcl_campfires/init.lua

10 lines
341 B
Lua
Raw Normal View History

-- 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())
2023-02-12 01:32:53 +01:00
dofile(modname.."/api.lua") -- Load API File
dofile(modname.."/register.lua") -- Load Campfire Registration File