From d32f08b342d7e0e8095676ef95e96c5e67446a82 Mon Sep 17 00:00:00 2001 From: Brevven Date: Mon, 30 Nov 2020 05:46:45 -0800 Subject: [PATCH] minor tab fixes --- titanium-ore.lua | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/titanium-ore.lua b/titanium-ore.lua index 859a8a3..4818fe6 100644 --- a/titanium-ore.lua +++ b/titanium-ore.lua @@ -44,29 +44,29 @@ data:extend({ base_density = 3, has_starting_area_placement = false, regular_rq_factor_multiplier = 0.8 - }, + }, - stage_counts = {15000, 9500, 5500, 2900, 1300, 400, 150, 80}, - stages = - { - sheet = - { - filename = "__bztitanium__/graphics/entity/ores/titanium-ore.png", - priority = "extra-high", - size = 64, - frame_count = 8, - variation_count = 8, - hr_version = - { - filename = "__bztitanium__/graphics/entity/ores/hr-titanium-ore.png", - priority = "extra-high", - size = 128, - frame_count = 8, - variation_count = 8, - scale = 0.5 - } - } - }, + stage_counts = {15000, 9500, 5500, 2900, 1300, 400, 150, 80}, + stages = + { + sheet = + { + filename = "__bztitanium__/graphics/entity/ores/titanium-ore.png", + priority = "extra-high", + size = 64, + frame_count = 8, + variation_count = 8, + hr_version = + { + filename = "__bztitanium__/graphics/entity/ores/hr-titanium-ore.png", + priority = "extra-high", + size = 128, + frame_count = 8, + variation_count = 8, + scale = 0.5 + } + } + }, }, { type = "item",