From 5c070154472bcbdeb265dfb901cc498814f063b8 Mon Sep 17 00:00:00 2001 From: kilbith Date: Sat, 20 Sep 2014 10:59:03 +0200 Subject: [PATCH] Plasma TV emit realistically a slight light Plasma emit realistically a slight light : https://cdn.mediacru.sh/B1WfkMBfneZs.png --- plasmascreen/init.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plasmascreen/init.lua b/plasmascreen/init.lua index 38ab8102..4cb0d1c1 100644 --- a/plasmascreen/init.lua +++ b/plasmascreen/init.lua @@ -46,6 +46,7 @@ minetest.register_node("plasmascreen:screen1", { paramtype = "light", paramtype2 = "facedir", drop = "", + light_source = 10, drawtype = "nodebox", node_box = { type = "fixed", @@ -82,6 +83,7 @@ minetest.register_node("plasmascreen:screen2", { paramtype = "light", paramtype2 = "facedir", drop = "", + light_source = 10, drawtype = "nodebox", node_box = { type = "fixed", @@ -117,6 +119,7 @@ minetest.register_node("plasmascreen:screen3", { paramtype = "light", paramtype2 = "facedir", drop = "", + light_source = 10, drawtype = "nodebox", node_box = { type = "fixed", @@ -153,6 +156,7 @@ minetest.register_node("plasmascreen:screen4", { paramtype = "light", paramtype2 = "facedir", drop = "", + light_source = 10, drawtype = "nodebox", node_box = { type = "fixed", @@ -191,6 +195,7 @@ minetest.register_node("plasmascreen:screen5", { wield_image = "plasmascreen_tv_inv.png", paramtype = "light", paramtype2 = "facedir", + light_source = 10, drawtype = "nodebox", node_box = { type = "fixed", @@ -425,6 +430,7 @@ minetest.register_node("plasmascreen:screen6", { paramtype = "light", paramtype2 = "facedir", drop = "", + light_source = 10, drawtype = "nodebox", node_box = { type = "fixed",