~gpcf/misc-patches

Adding use_texture_alpha="blend" so to pipework's tube so it displays transparency correctly on minetest 5.9 v1 PROPOSED

erstazi: 1
 Adding use_texture_alpha="blend" so to pipework's tube so it displays transparency correctly on minetest 5.9

 1 files changed, 1 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~gpcf/misc-patches/patches/54466/mbox | git am -3
Learn more about email & git

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

---
 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