From 669f1cfeef52165722475ef0aea08bde99fa2c7c Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Thu, 28 May 2020 20:02:02 +0100 Subject: [PATCH] colour check --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 0fbe56a..85e8637 100644 --- a/init.lua +++ b/init.lua @@ -137,7 +137,7 @@ minetest.register_craft({ local col = colours[i][1] -- ethereal already has yellow wood so rename to yellow2 -if ethereal_mod then +if ethereal_mod and col == "yellow" then col = "yellow2" end