mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-25 12:01:06 +01:00
Change stained glass canonical color
This commit is contained in:
parent
15880db548
commit
2f346cfc1d
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ minetest.register_node("mcl_core:glass", {
|
||||||
------------------------
|
------------------------
|
||||||
-- Create Color Glass --
|
-- Create Color Glass --
|
||||||
------------------------
|
------------------------
|
||||||
local canonical_color = "blue"
|
local canonical_color = "yellow"
|
||||||
function mcl_core.add_stained_glass(desc, recipeitem, colorgroup, color)
|
function mcl_core.add_stained_glass(desc, recipeitem, colorgroup, color)
|
||||||
|
|
||||||
local longdesc, create_entry, entry_name
|
local longdesc, create_entry, entry_name
|
||||||
|
|
|
@ -168,7 +168,7 @@ function xpanes.register_pane(name, def)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
local canonical_color = "blue"
|
local canonical_color = "yellow"
|
||||||
-- Register glass pane (stained and unstained)
|
-- Register glass pane (stained and unstained)
|
||||||
local pane = function(description, node, append)
|
local pane = function(description, node, append)
|
||||||
local texture1, longdesc, entry_name, create_entry
|
local texture1, longdesc, entry_name, create_entry
|
||||||
|
|
Loading…
Reference in a new issue