add white and white2 to colored nodes

这个提交包含在:
BuckarooBanzay 2020-05-23 20:39:46 +02:00 提交者 Buckaroo Banzai
父节点 37aef1ce17
当前提交 40bcb29c6d
共有 1 个文件被更改,包括 2 次插入3 次删除

查看文件

@ -503,12 +503,12 @@ local nodetypes = {
-- { name, description, shortname?, light, colorable }
{"blue", "blue lines", "blue"},
{"holes", "metal with holes","holes"},
{"white2", "plastic", "white2"},
{"white2", "plastic", "white2", 0, true},
{"super_white", "Super Plastic", "super_white", 11},
{"ultra_white", "Ultra Plastic", "ultra_white", default.LIGHT_MAX},
{"engine", "engine", "engine"},
{"wall", "metal wall", "wall"},
{"white", "plastic wall", "white"},
{"white", "plastic wall", "white", 0, true},
{"stripes2top", "dirty metal block","metal2"},
{"rough", "rough metal", "rough"},
{"lighttop", "metal block", "metal"},
@ -529,7 +529,6 @@ local nodetypes = {
{"bluetile", "blue tile", "blutl"},
{"greytile", "grey tile", "grytl"},
{"mesh2", "metal floormesh", "mesh2"},
{"white", "plastic wall", "white"},
{"pipe", "wall pipe", "pipe2"},
{"pipeside", "side pipe", "pipe3"},
{"tile", "white tile", "tile"},