forked from VoxeLibre/VoxeLibre
Make redstone block an alldirs block
This commit is contained in:
parent
3980beff1d
commit
1b5875582e
|
@ -91,14 +91,7 @@ minetest.register_node("mesecons_torch:redstoneblock", {
|
|||
is_ground_content = false,
|
||||
mesecons = {receptor = {
|
||||
state = mesecon.state.on,
|
||||
rules = {
|
||||
{x = 1, y = 0, z = 0},
|
||||
{x = -1, y = 0, z = 0},
|
||||
{x = 0, y = 0, z = 1},
|
||||
{x = 0, y = 0, z =-1},
|
||||
{x = 0, y = 1, z = 0},
|
||||
{x = 0, y =-1, z = 0}
|
||||
}
|
||||
rules = mesecon.rules.alldirs,
|
||||
}},
|
||||
_mcl_blast_resistance = 30,
|
||||
_mcl_hardness = 5,
|
||||
|
|
Loading…
Reference in New Issue