aboutsummaryrefslogtreecommitdiff
path: root/ontime_clocks/nodes.lua
diff options
context:
space:
mode:
authorNiklp <nik@niklp.net>2023-12-16 00:11:41 +0100
committerGitHub <noreply@github.com>2023-12-15 18:11:41 -0500
commitfce192d288c511d94e471bef03bbd99fb7f47c53 (patch)
treec184c9e48467690639e69fb03abf94709c8b9ed2 /ontime_clocks/nodes.lua
parent27f582b04159c59bf51de5e9769602cd7623bb39 (diff)
downloaddisplay_modpack_no_craft-fce192d288c511d94e471bef03bbd99fb7f47c53.tar.gz
display_modpack_no_craft-fce192d288c511d94e471bef03bbd99fb7f47c53.zip
Fix use_texture_alpha issues in mt 5.9 (#11)
Diffstat (limited to 'ontime_clocks/nodes.lua')
-rw-r--r--ontime_clocks/nodes.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/ontime_clocks/nodes.lua b/ontime_clocks/nodes.lua
index 0341eaa..7b15369 100644
--- a/ontime_clocks/nodes.lua
+++ b/ontime_clocks/nodes.lua
@@ -139,6 +139,7 @@ minetest.register_node("ontime_clocks:frameless_black", {
paramtype = "light",
paramtype2 = "wallmounted",
drawtype = "nodebox",
+ use_texture_alpha = "clip",
node_box = {
type = "wallmounted",
wall_side = { -0.5, -7/16, -7/16, -0.45, 7/16, 7/16 },
@@ -172,6 +173,7 @@ minetest.register_node("ontime_clocks:frameless_gold", {
paramtype = "light",
paramtype2 = "wallmounted",
drawtype = "nodebox",
+ use_texture_alpha = "clip",
node_box = {
type = "wallmounted",
wall_side = { -0.5, -7/16, -7/16, -0.45, 7/16, 7/16 },
@@ -205,6 +207,7 @@ minetest.register_node("ontime_clocks:frameless_white", {
paramtype = "light",
paramtype2 = "wallmounted",
drawtype = "nodebox",
+ use_texture_alpha = "clip",
node_box = {
type = "wallmounted",
wall_side = { -0.5, -7/16, -7/16, -0.45, 7/16, 7/16 },