From e213da648a2a0f6c15608b7b9ffc8308a5c93911 Mon Sep 17 00:00:00 2001 From: Jean-Patrick Guerrero Date: Wed, 16 Mar 2016 22:26:24 +0100 Subject: [PATCH] Small typo --- nodes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes.lua b/nodes.lua index 54bac65..f72ec2c 100644 --- a/nodes.lua +++ b/nodes.lua @@ -194,7 +194,7 @@ for _, c in pairs({"red"}) do -- Add more curtains colors simply here. }) end -minetest.register_alias("xdecor:crate", "default:chess") +minetest.register_alias("xdecor:crate", "default:chest") xdecor.register("cushion", { description = "Cushion",