Skip to content

Commit e5399a3

Browse files
committed
Added on_rotate for srewvriver
It's possible to change axis with the screw driver. Note that It does not really use facedir but still use 3 pre-made orientations. Paramtype2 facedir is required for some screw driver to trigger on_rotate but it's not really used for the rotation.
1 parent 2089931 commit e5399a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mesecons_slippyblocks/init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
drawtype = "nodebox",
66
tiles = {"mesecons_slippyblocks.png"},
77
buildable_to = true,
8-
groups = {cracky=3,oddly_breakable_by_hand=3},
8+
groups = {cracky = 3, oddly_breakable_by_hand = 3},
99
drop = "mesecons_slippyblocks:slippy_block",
1010
node_box = {
1111
type = "fixed",
@@ -44,7 +44,7 @@
4444
description = "Slippy block)",
4545
drawtype = "nodebox",
4646
tiles = {"mesecons_slippyblocks.png"},
47-
groups = {cracky=3,oddly_breakable_by_hand=3, not_in_creative_inventory = 1},
47+
groups = {cracky = 3,oddly_breakable_by_hand = 3, not_in_creative_inventory = 1},
4848
drop = "mesecons_slippyblocks:slippy_block",
4949
node_box = {
5050
type = "fixed",

0 commit comments

Comments
 (0)