mirror of
https://github.com/minetest-mods/mesecons.git
synced 2024-11-11 20:50:38 +01:00
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.
This commit is contained in:
parent
2089931d5a
commit
e5399a3aed
|
@ -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",
|
||||
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user