mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-12-23 08:20:21 +01:00
make spiral stairs diggable with a pick, not an axe
also, shrink the wield scale down to something reasonable
This commit is contained in:
parent
2c0045285b
commit
5fccd3234f
@ -515,6 +515,7 @@ end
|
|||||||
homedecor.register("spiral_staircase", {
|
homedecor.register("spiral_staircase", {
|
||||||
description = "Spiral Staircase",
|
description = "Spiral Staircase",
|
||||||
mesh = "homedecor_spiral_staircase.obj",
|
mesh = "homedecor_spiral_staircase.obj",
|
||||||
|
wield_scale = { x=0.4, y=0.4, z=0.4 },
|
||||||
tiles = {
|
tiles = {
|
||||||
"homedecor_generic_metal_wrought_iron.png",
|
"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
|
{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(),
|
sounds = default.node_sound_wood_defaults(),
|
||||||
on_rotate = screwdriver.rotate_simple,
|
on_rotate = screwdriver.rotate_simple,
|
||||||
after_place_node = function(pos, placer, itemstack, pointed_thing)
|
after_place_node = function(pos, placer, itemstack, pointed_thing)
|
||||||
|
Loading…
Reference in New Issue
Block a user