init, changed a few things for GEIGERnet-Server, added sounds for receiving RDS message
This commit is contained in:
commit
fe76810459
38 changed files with 1059 additions and 0 deletions
7
patches/jumpdrive_compat/ham_radio.lua
Normal file
7
patches/jumpdrive_compat/ham_radio.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
jumpdrive.ham_radio_compat = function(from, to)
|
||||
local meta = minetest.get_meta(to)
|
||||
ham_radio.delete_transmitter(from)
|
||||
ham_radio.save_transmitter(to, meta)
|
||||
end
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue