Make inserters slightly more balanced
still completely broken, but who cares!!!
This commit is contained in:
3
data.lua
3
data.lua
@@ -7,6 +7,9 @@ data.raw["recipe"]["electric-furnace"].ingredients = {
|
||||
-- Change Fast Inserter
|
||||
-- Because we can somehow wrangle one plate into an inserter lol. anyway
|
||||
data.raw["recipe"]["fast-inserter"].ingredients = {
|
||||
{type = "item", name = "iron-plate", amount = 2}
|
||||
}
|
||||
data.raw["recipe"]["inserter"].ingredients = {
|
||||
{type = "item", name = "iron-plate", amount = 1}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user