add nether torch crafting, make them ingniter and add vine normalmap

This commit is contained in:
HybridDog
2015-12-05 12:28:03 +01:00
parent 2ddf5c81a4
commit 8797de8748
4 changed files with 40 additions and 30 deletions

View File

@ -598,7 +598,7 @@ minetest.register_node("nether:torch", {
wall_bottom = {-0.1, -0.5, -0.1, 0.1, -0.5+0.6, 0.1},
wall_side = {-0.5, -0.3, -0.1, -0.5+0.3, 0.3, 0.1},
},
groups = {choppy=2, dig_immediate=3, attached_node=1, hot=2},
groups = {choppy=2, dig_immediate=3, attached_node=1, hot=3, igniter=1},
legacy_wallmounted = true,
sounds = default.node_sound_defaults(),
})