mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-09-17 20:15:23 +02:00
Avoid a collision with the _alt suffix in stairsplus.
This commit is contained in:
@@ -117,7 +117,7 @@ local nodes = {
|
|||||||
groups = {cracky = 3},
|
groups = {cracky = 3},
|
||||||
sounds = sound_stone,
|
sounds = sound_stone,
|
||||||
},
|
},
|
||||||
["split_stone_tile_alt"] = {
|
["split_stone_tile_other"] = {
|
||||||
description = S("Checkered Stone Tile"),
|
description = S("Checkered Stone Tile"),
|
||||||
groups = {cracky = 3},
|
groups = {cracky = 3},
|
||||||
sounds = sound_stone,
|
sounds = sound_stone,
|
||||||
|
Reference in New Issue
Block a user