VoxeLibre/mods/ITEMS/mcl_campfires/init.lua

10 lines
341 B
Lua

-- TO-DO:
-- * Add Spark Particles
-- * Add Working Sounds
-- * Waterlogging (needs engine change)
-- * Fix the mob damage when mobs go back to burning again
local modname = minetest.get_modpath(minetest.get_current_modname())
dofile(modname.."/api.lua") -- Load API File
dofile(modname.."/register.lua") -- Load Campfire Registration File