Compare commits
1 Commits
0a274afc38
...
0.8.0
| Author | SHA1 | Date | |
|---|---|---|---|
| db66713705 |
12
data.lua
12
data.lua
@@ -77,10 +77,22 @@ data.raw["recipe"]["bulk-inserter"].ingredients = {
|
||||
{type="item", name="iron-gear-wheel", amount=5}
|
||||
}
|
||||
|
||||
data.raw["recipe"]["speed-module"].ingredients = {
|
||||
{type="item", name="electronic-circuit", amount=10},
|
||||
}
|
||||
data.raw["module"]["speed-module"].stack_size = 5
|
||||
|
||||
data.raw["recipe"]["speed-module-2"].ingredients = {
|
||||
{type="item", name="electronic-circuit", amount=20},
|
||||
}
|
||||
data.raw["module"]["speed-module-2"].stack_size = 5
|
||||
|
||||
data.raw["recipe"]["speed-module-3"].ingredients = {
|
||||
{type="item", name="electronic-circuit", amount=40},
|
||||
}
|
||||
data.raw["module"]["speed-module-3"].stack_size = 5
|
||||
|
||||
--balance landfills since Cap2 uses a watery map with lots of water tiles
|
||||
data.raw["recipe"]["landfill"].ingredients = {
|
||||
{type="item", name="stone", amount=25}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user