Add steel ladder
This commit is contained in:
parent
68f5740dcc
commit
7f317871d4
7 changed files with 45 additions and 9 deletions
|
@ -173,7 +173,7 @@ xpanes.register_pane("bar", {
|
|||
textures = {"xpanes_bar.png","xpanes_bar.png","xpanes_space.png"},
|
||||
inventory_image = "xpanes_bar.png",
|
||||
wield_image = "xpanes_bar.png",
|
||||
groups = {snappy=2, cracky=3, oddly_breakable_by_hand=3, pane=1},
|
||||
groups = {cracky=2, pane=1},
|
||||
sounds = default.node_sound_stone_defaults(),
|
||||
recipe = {
|
||||
{"default:steel_ingot", "default:steel_ingot", "default:steel_ingot"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue