From 40bcb29c6d0f753102ef56413526260a69a2160b Mon Sep 17 00:00:00 2001 From: BuckarooBanzay Date: Sat, 23 May 2020 20:39:46 +0200 Subject: [PATCH] add white and white2 to colored nodes --- nodes.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/nodes.lua b/nodes.lua index c8f0c9a..e59dc5b 100644 --- a/nodes.lua +++ b/nodes.lua @@ -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"},