Skip to content

Commit

Permalink
add use_alpha_texture property
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokrates committed May 8, 2021
1 parent 88ed82c commit 6ad39ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 2 additions & 0 deletions refinery.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down Expand Up @@ -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 = {
Expand Down

0 comments on commit 6ad39ec

Please sign in to comment.