~gpcf/misc-patches

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[PATCH] Adding use_texture_alpha="blend" so to pipework's tube so it displays transparency correctly on minetest 5.9

Details
Message ID
<20240814163849.661531-1-erstazi@c-wd.net>
DKIM signature
permerror
Download raw message
Patch: +1 -0
---
 tube_registration.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tube_registration.lua b/tube_registration.lua
index 48fa912..9ecf205 100644
--- a/tube_registration.lua
+++ b/tube_registration.lua
@@ -86,6 +86,7 @@ local register_one_tube = function(name, tname, dropname, desc, plain, noctrs, e
		wield_image = iimg,
		wield_scale = wscale,
		paramtype = "light",
		use_texture_alpha = "blend",
		selection_box = {
			type = "fixed",
			fixed = outsel
-- 
2.34.1
Reply to thread Export thread (mbox)