Upload 0.4.0

This commit is contained in:
2025-12-21 21:07:02 -05:00
parent 895d6df251
commit 87b2332596
2 changed files with 18 additions and 0 deletions

10
data.lua Normal file
View File

@@ -0,0 +1,10 @@
-- Change Electric Furnace
data.raw["recipe"]["electric-furnace"].ingredients = {
{type = "item", name = "steel-plate", amount = 1},
{type = "item", name = "stone-brick", amount = 10}
}
-- Change Fast Inserter
data.raw["recipe"]["fast-inserter"].ingredients = {
{type = "item", name = "iron-plate", amount = 1}
}

8
info.json Normal file
View File

@@ -0,0 +1,8 @@
{
"name": "cap2-easymod",
"version": "0.4.0",
"title": "Capitalism Game 2 Recipes",
"author": "unfunny",
"factorio_version": "2.0",
"description": "Why? For science of course!"
}