forked from VoxeLibre/VoxeLibre
10 lines
289 B
Lua
10 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
|