indentation

This commit is contained in:
Serhii Mozhaiskyi 2020-02-03 20:59:38 +02:00
parent 55f1f5c19a
commit 77e162ad05
3 changed files with 14 additions and 14 deletions

@ -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(),