1
0
Fork 1

add white and white2 to colored nodes

Dieser Commit ist enthalten in:
BuckarooBanzay 2020-05-23 20:39:46 +02:00 committet von Buckaroo Banzai
Ursprung 37aef1ce17
Commit 40bcb29c6d
1 geänderte Dateien mit 2 neuen und 3 gelöschten Zeilen

Datei anzeigen

@ -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"},