Skip to content

Commit

Permalink
Added on_rotate for srewvriver
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
leucome committed Oct 13, 2019
1 parent 2089931 commit e5399a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mesecons_slippyblocks/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
drawtype = "nodebox",
tiles = {"mesecons_slippyblocks.png"},
buildable_to = true,
groups = {cracky=3,oddly_breakable_by_hand=3},
groups = {cracky = 3, oddly_breakable_by_hand = 3},
drop = "mesecons_slippyblocks:slippy_block",
node_box = {
type = "fixed",
Expand Down Expand Up @@ -44,7 +44,7 @@
description = "Slippy block)",
drawtype = "nodebox",
tiles = {"mesecons_slippyblocks.png"},
groups = {cracky=3,oddly_breakable_by_hand=3, not_in_creative_inventory = 1},
groups = {cracky = 3,oddly_breakable_by_hand = 3, not_in_creative_inventory = 1},
drop = "mesecons_slippyblocks:slippy_block",
node_box = {
type = "fixed",
Expand Down

0 comments on commit e5399a3

Please sign in to comment.