Compare commits
2 commits
ec2f4efc0e
...
90d94890f1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
90d94890f1 | ||
|
|
9312e64567 |
2 changed files with 2 additions and 2 deletions
|
|
@ -53,7 +53,7 @@ data:extend({
|
||||||
icons_positioning = {
|
icons_positioning = {
|
||||||
{ inventory_index = defines.inventory.assembling_machine_modules, shift = { 0, 1.25 } }
|
{ inventory_index = defines.inventory.assembling_machine_modules, shift = { 0, 1.25 } }
|
||||||
},
|
},
|
||||||
allowed_effects = { "consumption", "speed", "pollution", "quality" },
|
allowed_effects = { "consumption", "speed", "pollution", "quality", "productivity" },
|
||||||
crafting_categories = { "wood-processing" },
|
crafting_categories = { "wood-processing" },
|
||||||
crafting_speed = 2,
|
crafting_speed = 2,
|
||||||
energy_source = energy_source,
|
energy_source = energy_source,
|
||||||
|
|
|
||||||
|
|
@ -117,7 +117,7 @@ data:extend({
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
if mods["atroponics"] then
|
if mods["astroponics"] then
|
||||||
data:extend({
|
data:extend({
|
||||||
{
|
{
|
||||||
type = "bool-setting",
|
type = "bool-setting",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue