mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-28 13:53:45 +01:00
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", {
|
||||
|
BIN
mods/ITEMS/mcl_colorblocks/textures/mcl_colorblocks_glazed_terracotta_light_blue.png
Normal file
BIN
mods/ITEMS/mcl_colorblocks/textures/mcl_colorblocks_glazed_terracotta_light_blue.png
Normal file
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
Block a user