File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ piston_rules =
3
3
{{x = 0 , y = 0 , z = 1 }, -- everything apart from z- (pusher side)
4
4
{x = 1 , y = 0 , z = 0 },
5
5
{x =- 1 , y = 0 , z = 0 },
6
+ {x = 0 , y = 1 , z = 0 },
7
+ {x = 0 , y =- 1 , z = 0 },
6
8
{x = 1 , y = 1 , z = 0 },
7
9
{x = 1 , y =- 1 , z = 0 },
8
10
{x =- 1 , y = 1 , z = 0 },
@@ -15,6 +17,7 @@ local piston_up_rules =
15
17
{x = 1 , y = 0 , z = 0 },
16
18
{x =- 1 , y = 0 , z = 0 },
17
19
{x = 0 , y = 0 , z = 1 },
20
+ {x = 0 , y =- 1 , z = 0 },
18
21
{x = 1 , y =- 1 , z = 0 },
19
22
{x =- 1 , y =- 1 , z = 0 },
20
23
{x = 0 , y =- 1 , z = 1 },
@@ -25,10 +28,11 @@ local piston_down_rules =
25
28
{x = 1 , y = 0 , z = 0 },
26
29
{x =- 1 , y = 0 , z = 0 },
27
30
{x = 0 , y = 0 , z = 1 },
28
- {x = 1 , y = 1 , z = 0 },
29
- {x =- 1 , y = 1 , z = 0 },
30
- {x = 0 , y = 1 , z = 1 },
31
- {x = 0 , y = 1 , z =- 1 }}
31
+ {x = 0 , y = 1 , z = 0 },
32
+ {x = 1 , y = 1 , z = 0 },
33
+ {x =- 1 , y = 1 , z = 0 },
34
+ {x = 0 , y = 1 , z = 1 },
35
+ {x = 0 , y = 1 , z =- 1 }}
32
36
33
37
local piston_get_rules = function (node )
34
38
local rules = piston_rules
You can’t perform that action at this time.
0 commit comments