mirror of
https://github.com/technix/ham_radio.git
synced 2025-03-13 11:22:32 +01:00
naming
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user