1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-29 07:50:35 +02:00

Forced use of a pickaxe to dig xpanes:bars

- Removed groups oddly_breakable_by_hand and snappy from bars' groups
This commit is contained in:
LeMagnesium 2015-06-22 20:05:52 +02:00
parent 2b93704810
commit 632b3b2391

View File

@ -185,7 +185,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=3, pane=1},
sounds = default.node_sound_stone_defaults(),
recipe = {
{'default:steel_ingot', 'default:steel_ingot', 'default:steel_ingot'},