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