1
0
mirror of https://github.com/minetest-mods/3d_armor.git synced 2025-01-27 10:20:17 +01:00

added new torch fire nodes

added new torch nodes to the fire nodes list.
This commit is contained in:
tenplus1 2017-03-06 19:06:08 +00:00 committed by stujones11
parent 19e297a2e8
commit 3df7802439

View File

@ -26,6 +26,8 @@ ARMOR_FIRE_NODES = {
{"ethereal:crystal_spike", 2, 1},
{"ethereal:fire_flower", 2, 1},
{"default:torch", 1, 1},
{"default:torch_ceiling", 1, 1},
{"default:torch_wall", 1, 1},
}
local skin_mod = nil