From f6f1b4bd06eef1590b451c4573c15490b78a3312 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Fri, 25 May 2018 00:43:33 +0200 Subject: [PATCH] Fix deco node names --- nodes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes.lua b/nodes.lua index 427c014..72935a9 100644 --- a/nodes.lua +++ b/nodes.lua @@ -12,7 +12,7 @@ local img = { } local desc = { S("Sandstone with Eye Engraving"), S("Sandstone with Man Engraving"), S("Sandstone with Sun Engraving"), - S("Desert Sandstone with Scarab Engraving"), S("Desert Sandstone with Ankh Engraving"), S("Desert Sandstone with Cactus Engraving") + S("Desert Sandstone with Ankh Engraving"), S("Desert Sandstone with Scarab Engraving"), S("Desert Sandstone with Cactus Engraving") } local decodesc = ""