mirror of
https://github.com/technix/ham_radio.git
synced 2024-11-19 21:53:48 +01:00
Textures: set use_texture_alpha at required place
This commit is contained in:
parent
0832a30ce6
commit
c35e581a17
@ -8,6 +8,7 @@ minetest.register_node("ham_radio:beacon", {
|
||||
"ham_radio_transmitter_side.png",
|
||||
"ham_radio_beacon_front.png"
|
||||
},
|
||||
use_texture_alpha = "clip",
|
||||
groups = {cracky=2,oddly_breakable_by_hand=2},
|
||||
sounds = default.node_sound_metal_defaults(),
|
||||
paramtype2 = "facedir",
|
||||
|
@ -17,6 +17,7 @@ minetest.register_node("ham_radio:receiver", {
|
||||
"ham_radio_receiver_side.png",
|
||||
"ham_radio_receiver_front.png"
|
||||
},
|
||||
use_texture_alpha = "clip",
|
||||
groups = {cracky=2,oddly_breakable_by_hand=2},
|
||||
sounds = default.node_sound_metal_defaults(),
|
||||
paramtype2 = "facedir",
|
||||
|
Loading…
Reference in New Issue
Block a user