Added support for campfire

master
h4ml3t 2019-12-01 18:37:47 +01:00
parent 0aee054523
commit 7b6333a9af
No known key found for this signature in database
GPG Key ID: 271F8A06F0612005
3 changed files with 12 additions and 5 deletions

View File

@ -1,3 +1,4 @@
default
fire
xdecor?
campfire?

View File

@ -1,11 +1,11 @@
--[[
Mod HardTorch para Minetest
Copyright (C) 2018 BrunoMine (https://github.com/BrunoMine)
Recebeste uma cópia da GNU Lesser General
Public License junto com esse software,
se não, veja em <http://www.gnu.org/licenses/>.
se não, veja em <http://www.gnu.org/licenses/>.
Inicializador de scripts
]]
@ -80,5 +80,7 @@ hardtorch.fontes_de_fogo["default:lava_flowing"] = true
hardtorch.fontes_de_fogo["default:lava_source"] = true
hardtorch.fontes_de_fogo["fire:basic_flame"] = true
hardtorch.fontes_de_fogo["fire:permanent_flame"] = true
if minetest.get_modpath("campfire") then
hardtorch.fontes_de_fogo["campfire:campfire_active"] = true
end

4
mod.conf Normal file
View File

@ -0,0 +1,4 @@
name = hardtorch
description = Tochas realistas (Realistic torchs)
depends = default, fire
optional_depends = xdecor, campfire