Change use_texture_alpha to new form.

master
Duane Robertson 2021-03-31 09:24:19 -05:00
parent 445747049c
commit 94e85e4ad9
1 changed files with 1 additions and 1 deletions

View File

@ -555,7 +555,7 @@ minetest.register_node(mod_name..':translocator', {
walkable = false,
paramtype = 'light',
paramtype2 = 'facedir',
use_texture_alpha = true,
use_texture_alpha = 'blend',
groups = {cracky = 3, oddly_breakable_by_hand = 3},
light_source = 13,
sounds = default.node_sound_glass_defaults(),