From 3a045a5cbae92f2d0b56c419eb280543c4d0b095 Mon Sep 17 00:00:00 2001 From: pla Date: Tue, 28 Oct 2025 10:04:49 +0100 Subject: [PATCH] Fix K2 matter recipe generation and tech icon --- bzgas2/matter.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bzgas2/matter.lua b/bzgas2/matter.lua index acf60cf..2b5e943 100644 --- a/bzgas2/matter.lua +++ b/bzgas2/matter.lua @@ -17,9 +17,10 @@ data:extend( { icon = "__bzgas2__/graphics/icons/gas.png", icon_size = 128, - scale = 1.4, + scale = 0.7, } }, + effects ={}, prerequisites = {"kr-matter-processing"}, unit = { @@ -40,8 +41,8 @@ local gas_ore_matter = material = { type = "fluid", name = "gas", amount = 100 }, matter_count = 5, energy_required = 1, - need_stabilizer = false, - unlocked_by_technology = "gas-matter-processing" + needs_stabilizer = false, + unlocked_by = "gas-matter-processing" } matter.make_recipes(gas_ore_matter) end