mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-15 06:00:26 +02:00
Updated mesecons and pipeworks
- Added security on devices from pipeworks (breaker,placer) - Added new mod in mesecons : mesecons_stickyblocks
This commit is contained in:
@ -30,6 +30,14 @@ mesecon.rules.flat =
|
||||
{x =-1, y = 0, z = 0},
|
||||
{x = 0, y = 0, z = 1},
|
||||
{x = 0, y = 0, z =-1}}
|
||||
|
||||
mesecon.rules.alldirs =
|
||||
{{x= 1, y= 0, z= 0},
|
||||
{x=-1, y= 0, z= 0},
|
||||
{x= 0, y= 1, z= 0},
|
||||
{x= 0, y=-1, z= 0},
|
||||
{x= 0, y= 0, z= 1},
|
||||
{x= 0, y= 0, z=-1}}
|
||||
|
||||
mesecon.rules.buttonlike_get = function(node)
|
||||
local rules = mesecon.rules.buttonlike
|
||||
|
Reference in New Issue
Block a user