forked from Mirrorlandia_minetest/mesecons
Remove 2nd craft recipte for sticky movestones
This commit is contained in:
parent
206e55714f
commit
bb820a5a55
@ -254,16 +254,6 @@ minetest.register_entity("jeija:sticky_movestone_entity", {
|
|||||||
end
|
end
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
|
||||||
output = '"jeija:sticky_movestone" 2',
|
|
||||||
recipe = {
|
|
||||||
{'"default:stone"', '"default:stone"', '"default:stone"'},
|
|
||||||
{'"jeija:mesecon_off"', '"jeija:mesecon_off"', '"default:tree"'},
|
|
||||||
{'"default:stone"', '"default:stone"', '"default:stone"'},
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
|
|
||||||
mesecon:register_on_signal_on(function (pos, node)
|
mesecon:register_on_signal_on(function (pos, node)
|
||||||
if node.name=="jeija:sticky_movestone" then
|
if node.name=="jeija:sticky_movestone" then
|
||||||
local direction=jeija_get_movestone_direction({x=pos.x, y=pos.y, z=pos.z})
|
local direction=jeija_get_movestone_direction({x=pos.x, y=pos.y, z=pos.z})
|
||||||
|
Loading…
Reference in New Issue
Block a user