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

@ -13,16 +13,16 @@ data:extend({
icon_size = 128,
subgroup = "raw-material",
order = "g[bakelite]",
stack_size = util.get_stack_size(100),
stack_size = 100,
},
{
type = "recipe",
name = "bakelite",
category = "chemistry",
main_product = "bakelite",
enabled = "false",
enabled = false,
ingredients = {
{util.me.use_phenol() and "phenol" or "coal", 1},
{type = "item", name = util.me.use_phenol() and "phenol" or "coal", amount = 1},
{type="fluid", name="formaldehyde", amount=10}
},
energy_required = 2,