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

@ -81,4 +81,6 @@ 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