add use_alpha_texture property

This commit is contained in:
Lukas Reichlin 2021-05-08 21:49:16 +02:00
parent 88ed82c676
commit 6ad39ec55e
2 changed files with 5 additions and 1 deletions

@ -66,4 +66,6 @@ New biofuel can texture (El-Naso)
Version 0.7
-----------
Translation of the logging function removed due to errors (Lokrates)
Translation of the logging function removed due to errors (Lokrates)
Add use_alpha_texture property (Lokrates)

@ -427,6 +427,7 @@ minetest.register_node("biofuel:refinery", {
"biofuel_bl.png", -- back
"biofuel_fr.png" -- front
},
use_texture_alpha = "clip",
node_box = {
type = "fixed",
fixed = {
@ -481,6 +482,7 @@ minetest.register_node("biofuel:refinery_active", {
"biofuel_bl_active.png", -- back
"biofuel_fr_active.png" -- front
},
use_texture_alpha = "clip",
node_box = {
type = "fixed",
fixed = {