Make redstone block an alldirs block

This commit is contained in:
Wuzzy 2018-01-13 01:49:28 +01:00
parent 3980beff1d
commit 1b5875582e
1 changed files with 1 additions and 8 deletions

View File

@ -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,