Deprecated: boolean value for use_texture_alpha

This commit is contained in:
mazes 80 2022-09-03 16:18:43 +02:00
parent ac864693a1
commit dbf4ee2f8f
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ minetest.register_node(BLOCK_NAME, {
},
freezemelt = "default:river_water_source",
sounds = default.node_sound_glass_defaults(),
use_texture_alpha = true,
use_texture_alpha = "blend",
drop = "",
on_destruct = function(pos)
-- asynchronous to avoid destruction loop

View File

@ -69,7 +69,7 @@ for i = 1, VARIANT_COUNT do
sunlight_propagates = true,
paramtype = "light",
paramtype2 = "facedir",
use_texture_alpha = true,
use_texture_alpha = "blend",
node_box = node_box,
groups = {
not_in_creative_inventory = 1,