forked from MineClone5/MineClone5
Add white and light blue glazed terracotta
This commit is contained in:
parent
7549fc42bf
commit
94cecd1172
|
@ -3,7 +3,7 @@ local init = os.clock()
|
||||||
local block = {}
|
local block = {}
|
||||||
|
|
||||||
block.dyes = {
|
block.dyes = {
|
||||||
{"white", "White", "white"},
|
{"white", "White", "white", true},
|
||||||
{"grey", "Grey", "dark_grey"},
|
{"grey", "Grey", "dark_grey"},
|
||||||
{"silver", "Light Grey", "grey"},
|
{"silver", "Light Grey", "grey"},
|
||||||
{"black", "Black", "black"},
|
{"black", "Black", "black"},
|
||||||
|
@ -18,7 +18,7 @@ block.dyes = {
|
||||||
{"brown", "Brown", "brown"},
|
{"brown", "Brown", "brown"},
|
||||||
{"pink", "Pink", "pink"},
|
{"pink", "Pink", "pink"},
|
||||||
{"lime", "Lime", "green"},
|
{"lime", "Lime", "green"},
|
||||||
{"light_blue", "Light Blue", "lightblue"},
|
{"light_blue", "Light Blue", "lightblue", true},
|
||||||
}
|
}
|
||||||
|
|
||||||
minetest.register_node("mcl_colorblocks:hardened_clay", {
|
minetest.register_node("mcl_colorblocks:hardened_clay", {
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 643 B |
Binary file not shown.
After Width: | Height: | Size: 623 B |
Loading…
Reference in New Issue