forked from VoxeLibre/VoxeLibre
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 = {}
|
||||
|
||||
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 |
Loading…
Reference in New Issue