Upload 0.5.0
This commit is contained in:
9
data.lua
9
data.lua
@@ -5,6 +5,13 @@ 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 = 1}
|
||||
}
|
||||
}
|
||||
|
||||
-- Change Advanced Circuit
|
||||
data.raw["recipe"]["advanced-circuit"].ingredients = {
|
||||
{type="item", name="electronic-circuit", amount=1},
|
||||
{type="item", name="plastic-bar", amount=1}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user