Add white and light blue glazed terracotta

This commit is contained in:
Wuzzy 2017-03-07 22:48:24 +01:00
parent 7549fc42bf
commit 94cecd1172
3 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ local init = os.clock()
local block = {}
block.dyes = {
{"white", "White", "white"},
{"white", "White", "white", true},
{"grey", "Grey", "dark_grey"},
{"silver", "Light Grey", "grey"},
{"black", "Black", "black"},
@ -18,7 +18,7 @@ block.dyes = {
{"brown", "Brown", "brown"},
{"pink", "Pink", "pink"},
{"lime", "Lime", "green"},
{"light_blue", "Light Blue", "lightblue"},
{"light_blue", "Light Blue", "lightblue", true},
}
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