mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-12-28 22:05:34 +01:00
Fix incorrect cost due to index mismatch (#219)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
stairsplus:register_all("moreblocks", "wood", "default:wood", {
|
||||
description = "Wooden",
|
||||
tiles = {"default_wood.png"},
|
||||
groups = {oddly_breakabe_by_hand=1},
|
||||
groups = {oddly_breakable_by_hand=1},
|
||||
sounds = moreblocks.node_sound_wood_defaults(),
|
||||
})
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user