From 96bbd99a71d67b210148985e31a4115281f0e9dd Mon Sep 17 00:00:00 2001 From: Brevven Date: Fri, 24 Jan 2025 16:22:13 -0800 Subject: [PATCH] tweak vacuum --- changelog.txt | 5 +++++ info.json | 2 +- titanium-recipe.lua | 21 +++------------------ 3 files changed, 9 insertions(+), 19 deletions(-) diff --git a/changelog.txt b/changelog.txt index 4bbe7f4..1711dd1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 2.0.17 +Date: 2025-01-14 + Changes: + - Space Age: More vacuum created per unit titanium +--------------------------------------------------------------------------------------------------- Version: 2.0.16 Date: 2025-01-07 Fixes: diff --git a/info.json b/info.json index 549a84b..2563e98 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "bztitanium", - "version": "2.0.16", + "version": "2.0.17", "factorio_version": "2.0", "title": "Titanium", "author": "Brevven", diff --git a/titanium-recipe.lua b/titanium-recipe.lua index 3781a9f..2e071af 100644 --- a/titanium-recipe.lua +++ b/titanium-recipe.lua @@ -98,6 +98,7 @@ data:extend({ }) end if mods["space-age"] then +util.add_vacuum() data:extend({ { type = "recipe", @@ -129,10 +130,10 @@ data:extend({ }, enabled = false, allow_productivity = true, - energy_required = 2, + energy_required = 5, ingredients = {util.item("titanium-plate")}, results = { - util.fluid("vacuum", 40), + util.fluid("vacuum", 100), util.item("stone", 1), }, show_amount_in_title = false, @@ -157,22 +158,6 @@ data:extend({ }, results = {util.item("titanium-plate")}, }, - { - type = "fluid", - name = "vacuum", - icons = { util.vacuum_icon, }, - visualization_color = util.vacuum_vis, - subgroup = "fluid", - order = "d[vacuum]", - default_temperature = 1500, - max_temperature = 2000, - gas_temperature = 0, - heat_capacity = "0.01kJ", - base_color = {0.9, 0.9, 0.9}, - flow_color = {0.8, 0.8, 0.9}, - auto_barrel = false, - }, - { type = "recipe", name = "titanium-extraction",