This commit is contained in:
techniX 2019-12-08 16:50:18 +02:00
parent 735d285c67
commit e992a82ed3
3 changed files with 3 additions and 6 deletions

@ -1,5 +1,5 @@
minetest.register_node("ham_radio:beacon", {
description = "Ham Radio Beacon",
description = "Radio Beacon",
tiles = {
"ham_radio_transmitter_top.png",
"ham_radio_transmitter_top.png",

@ -1,8 +1,5 @@
-- minetest.chat_send_player(user:get_player_name(), "Itemstack"..meta:get_string("frequency").."^"..itemstack:get_name())
minetest.register_tool("ham_radio:handheld_receiver", {
description = "Ham Radio Handheld Receiver",
description = "Handheld Radio Receiver",
wield_image = "ham_radio_receiver_handheld.png",
inventory_image = "ham_radio_receiver_handheld.png",
groups = { disable_repair = 1 },

@ -11,7 +11,7 @@ ham_radio.transmitter_update_infotext = function(meta)
end
minetest.register_node("ham_radio:transmitter", {
description = "Ham Radio Transmitter",
description = "Radio Transmitter",
tiles = {
"ham_radio_transmitter_top.png",
"ham_radio_transmitter_top.png",