mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-02 14:31:05 +01:00
9 lines
341 B
Lua
9 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
|