Fix: use_textures_alpha typo

This commit is contained in:
mazes 80 2022-09-03 21:06:36 +02:00
parent ddc5bfe5ce
commit d3b714dd6a

@ -8,7 +8,7 @@ minetest.register_node("ham_radio:beacon", {
"ham_radio_transmitter_side.png",
"ham_radio_beacon_front.png"
},
use_textures_alpha = "clip",
use_texture_alpha = "clip",
groups = {cracky=2,oddly_breakable_by_hand=2},
sounds = default.node_sound_metal_defaults(),
paramtype2 = "facedir",