forked from mtcontrib/nether-pack
add nether torch crafting, make them ingniter and add vine normalmap
This commit is contained in:
@ -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(),
|
||||
})
|
||||
|
Reference in New Issue
Block a user