make spiral stairs diggable with a pick, not an axe

also, shrink the wield scale down to something reasonable
This commit is contained in:
Vanessa Ezekowitz 2015-09-25 07:40:36 -04:00
parent 2c0045285b
commit 5fccd3234f
1 changed files with 2 additions and 1 deletions

View File

@ -515,6 +515,7 @@ end
homedecor.register("spiral_staircase", {
description = "Spiral Staircase",
mesh = "homedecor_spiral_staircase.obj",
wield_scale = { x=0.4, y=0.4, z=0.4 },
tiles = {
"homedecor_generic_metal_wrought_iron.png",
},
@ -545,7 +546,7 @@ homedecor.register("spiral_staircase", {
{0.4375, 2.125, -1.5, 0.5, 3.3125, 0.5}, -- NodeBox30
}
},
groups = {choppy=2},
groups = {cracky = 1},
sounds = default.node_sound_wood_defaults(),
on_rotate = screwdriver.rotate_simple,
after_place_node = function(pos, placer, itemstack, pointed_thing)