From 4cfa588f4cb42f8cd89261764d3d45eb3e10e112 Mon Sep 17 00:00:00 2001 From: "J. Edward Jewell" Date: Mon, 13 Mar 2023 22:20:50 -0400 Subject: [PATCH] Massively buffed lux absorption of reinforced glass. A lux-absorb value of 20 provides 20/64 absorption, or just over 31%. This value is likely much lower than WintersKnight intended, and is in fact less than half as effective as the 83% absorption it would have due to its cracky value if the line was omitted. I've given it the metallic group (100% absorption) as that seems to be the intention. --- reinforced.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reinforced.lua b/reinforced.lua index 251c6fb..a383f0a 100644 --- a/reinforced.lua +++ b/reinforced.lua @@ -33,7 +33,7 @@ minetest.register_node(modname .. ":glass_hard", { silica = 1, silica_reinforced = 1, cracky = 4, - lux_absorb = 20, + metallic = 1, scaling_time = 300 }, sunlight_propagates = true,