Fix incorrect cost due to index mismatch (#219)

This commit is contained in:
fetsorn
2025-12-25 14:42:27 +03:00
committed by GitHub
parent 44d48103e9
commit 449c4f5967
4 changed files with 110 additions and 39 deletions

View File

@@ -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(),
})
```