mirror of
https://github.com/technix/ham_radio.git
synced 2025-01-09 05:37:34 +01:00
indentation
This commit is contained in:
parent
55f1f5c19a
commit
77e162ad05
12
beacon.lua
12
beacon.lua
@ -1,12 +1,12 @@
|
|||||||
minetest.register_node("ham_radio:beacon", {
|
minetest.register_node("ham_radio:beacon", {
|
||||||
description = "Radio Beacon",
|
description = "Radio Beacon",
|
||||||
tiles = {
|
tiles = {
|
||||||
"ham_radio_transmitter_top.png",
|
"ham_radio_transmitter_top.png",
|
||||||
"ham_radio_transmitter_top.png",
|
"ham_radio_transmitter_top.png",
|
||||||
"ham_radio_transmitter_side.png",
|
"ham_radio_transmitter_side.png",
|
||||||
"ham_radio_transmitter_side.png",
|
"ham_radio_transmitter_side.png",
|
||||||
"ham_radio_transmitter_side.png",
|
"ham_radio_transmitter_side.png",
|
||||||
"ham_radio_beacon_front.png"
|
"ham_radio_beacon_front.png"
|
||||||
},
|
},
|
||||||
groups = {cracky=2,oddly_breakable_by_hand=2},
|
groups = {cracky=2,oddly_breakable_by_hand=2},
|
||||||
sounds = default.node_sound_metal_defaults(),
|
sounds = default.node_sound_metal_defaults(),
|
||||||
|
@ -10,12 +10,12 @@ end
|
|||||||
minetest.register_node("ham_radio:receiver", {
|
minetest.register_node("ham_radio:receiver", {
|
||||||
description = "Ham Radio Receiver",
|
description = "Ham Radio Receiver",
|
||||||
tiles = {
|
tiles = {
|
||||||
"ham_radio_receiver_top.png",
|
"ham_radio_receiver_top.png",
|
||||||
"ham_radio_receiver_top.png",
|
"ham_radio_receiver_top.png",
|
||||||
"ham_radio_receiver_side.png",
|
"ham_radio_receiver_side.png",
|
||||||
"ham_radio_receiver_side.png",
|
"ham_radio_receiver_side.png",
|
||||||
"ham_radio_receiver_side.png",
|
"ham_radio_receiver_side.png",
|
||||||
"ham_radio_receiver_front.png"
|
"ham_radio_receiver_front.png"
|
||||||
},
|
},
|
||||||
groups = {cracky=2,oddly_breakable_by_hand=2},
|
groups = {cracky=2,oddly_breakable_by_hand=2},
|
||||||
sounds = default.node_sound_metal_defaults(),
|
sounds = default.node_sound_metal_defaults(),
|
||||||
|
Loading…
Reference in New Issue
Block a user