mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-05 07:41:06 +01:00
9 lines
289 B
Lua
9 lines
289 B
Lua
-- TO-DO:
|
|
-- * Add Smoke Particles
|
|
-- * Add Spark Particles
|
|
-- * Add Cooking Meat
|
|
-- * Add Working Sounds
|
|
local modname = minetest.get_modpath(minetest.get_current_modname())
|
|
|
|
dofile(modname.."/api.lua") -- Load API File
|
|
dofile(modname.."/register.lua") -- Load Campfire Registration File
|