fix coloured candle descriptions
This commit is contained in:
parent
6aee27def4
commit
6d25db1c3f
28
extra.lua
28
extra.lua
@ -226,20 +226,20 @@ minetest.register_node("ethereal:candle" .. col, {
|
|||||||
end
|
end
|
||||||
|
|
||||||
add_candle("", "")
|
add_candle("", "")
|
||||||
add_candle("black", " Black") -- candle colour textures by wRothbard
|
add_candle("black", "Black ") -- candle colour textures by wRothbard
|
||||||
add_candle("blue", " Blue")
|
add_candle("blue", "Blue ")
|
||||||
add_candle("brown", " Brown")
|
add_candle("brown", "Brown ")
|
||||||
add_candle("cyan", " Cyan")
|
add_candle("cyan", "Cyan ")
|
||||||
add_candle("dark_green", " Dark Green")
|
add_candle("dark_green", "Dark Green ")
|
||||||
add_candle("dark_grey", " Dark Grey")
|
add_candle("dark_grey", "Dark Grey ")
|
||||||
add_candle("green", " Green")
|
add_candle("green", "Green ")
|
||||||
add_candle("grey", " Grey")
|
add_candle("grey", "Grey ")
|
||||||
add_candle("magenta", " Magenta")
|
add_candle("magenta", "Magenta ")
|
||||||
add_candle("orange", " Orange")
|
add_candle("orange", "Orange ")
|
||||||
add_candle("pink", " Pink")
|
add_candle("pink", "Pink ")
|
||||||
add_candle("red", " Red")
|
add_candle("red", "Red ")
|
||||||
add_candle("violet", " Violet")
|
add_candle("violet", "Violet ")
|
||||||
add_candle("yellow", " Yellow")
|
add_candle("yellow", "Yellow ")
|
||||||
|
|
||||||
|
|
||||||
-- Wooden Bowl
|
-- Wooden Bowl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user