Update to 2.0

This commit is contained in:
Simon Brodtmann 2025-10-04 21:42:12 +02:00
parent 98ea14df52
commit c2b65301fb
21 changed files with 349 additions and 665 deletions

View file

@ -1,17 +1,17 @@
local util = require("data-util");
if mods["248k"] then
if mods["248k-Redux"] then
data:extend({
{
type = "recipe",
name = "acid-gas-breakdown",
icons = {
{icon = "__bzgas__/graphics/icons/gas.png", icon_size = 128},
{icon = "__248k__/ressources/fluids/fi_acid_gas.png", icon_size = 64, scale=0.25, shift={-8,-8}},
{icon = "__248k-Redux-graphics__/ressources/fluids/fi_acid_gas.png", icon_size = 64, scale=0.25, shift={-8,-8}},
},
category = "chemistry",
subgroup = "fi_item_subgroup_f",
enabled = "false",
enabled = false,
energy_required = 3,
ingredients = {
{type="fluid", name="fi_acid_gas", amount=10},