Reverted alpha blend due to MT graphical glitch

This commit is contained in:
Wyntr Stardust 2024-09-27 20:31:20 -05:00 committed by GitHub
parent 30a23a7998
commit a59ee579ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ local modname = minetest.get_current_modname()
minetest.register_node(modname.. ":sapnode", {
description = "Resin",
tiles = {modname.. "_sap.png"},
use_texture_alpha = "blend",
-- use_texture_alpha = "blend", --enabling this causes weird xray veiwing through the node
groups = {
crumbly = 2,
flammable = 2,