From 49d4de789670d785f1920e407acff12b9b6379f2 Mon Sep 17 00:00:00 2001 From: ashtrayoz <33517241+ashtrayoz@users.noreply.github.com> Date: Mon, 13 Nov 2017 22:57:34 +1100 Subject: [PATCH] Avoid a collision with the _alt suffix in stairsplus. --- nodes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes.lua b/nodes.lua index 28e2ef1..caf9b26 100644 --- a/nodes.lua +++ b/nodes.lua @@ -117,7 +117,7 @@ local nodes = { groups = {cracky = 3}, sounds = sound_stone, }, - ["split_stone_tile_alt"] = { + ["split_stone_tile_other"] = { description = S("Checkered Stone Tile"), groups = {cracky = 3}, sounds = sound_stone,