From d3b714dd6aff8859f1d9bc65251067f9b8931c76 Mon Sep 17 00:00:00 2001 From: mazes 80 <> Date: Sat, 3 Sep 2022 21:06:36 +0200 Subject: [PATCH] Fix: use_textures_alpha typo --- beacon.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon.lua b/beacon.lua index 4f4c9ab..1275a7b 100644 --- a/beacon.lua +++ b/beacon.lua @@ -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",