mirror of
https://github.com/minetest-mods/digtron.git
synced 2024-12-22 04:12:23 +01:00
Fix crate transparency (#87)
This commit is contained in:
parent
fc11dce128
commit
87db1b33ac
@ -88,7 +88,7 @@ local store_digtron = function(pos, clicker, loaded_node_name, protected)
|
||||
meta:set_string("infotext", titlestring .. "\n" .. protection_suffix)
|
||||
end
|
||||
|
||||
local use_texture_alpha = minetest.features.use_texture_alpha_string_modes and "opaque" or nil
|
||||
local use_texture_alpha = minetest.features.use_texture_alpha_string_modes and "blend" or nil
|
||||
|
||||
minetest.register_node("digtron:empty_crate", {
|
||||
description = S("Digtron Crate (Empty)"),
|
||||
|
Loading…
Reference in New Issue
Block a user