Update to 2.0
This commit is contained in:
parent
98ea14df52
commit
c2b65301fb
21 changed files with 349 additions and 665 deletions
|
@ -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},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue