colour check
This commit is contained in:
parent
01fb2aa12e
commit
669f1cfeef
2
init.lua
2
init.lua
@ -137,7 +137,7 @@ minetest.register_craft({
|
|||||||
local col = colours[i][1]
|
local col = colours[i][1]
|
||||||
|
|
||||||
-- ethereal already has yellow wood so rename to yellow2
|
-- ethereal already has yellow wood so rename to yellow2
|
||||||
if ethereal_mod then
|
if ethereal_mod and col == "yellow" then
|
||||||
col = "yellow2"
|
col = "yellow2"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user