fixes
This commit is contained in:
parent
28f509fa25
commit
bde4cb71dc
2 changed files with 3 additions and 1 deletions
|
@ -4,6 +4,8 @@ Date: 2022-08-11
|
||||||
Localization:
|
Localization:
|
||||||
- ja locale, thanks to Sakuro
|
- ja locale, thanks to Sakuro
|
||||||
- ru locale, thanks to Pergamum663
|
- ru locale, thanks to Pergamum663
|
||||||
|
Fixes:
|
||||||
|
- Slightly more improved compatibility, thanks to U.N.Owen
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 0.0.16
|
Version: 0.0.16
|
||||||
Date: 2022-08-09
|
Date: 2022-08-09
|
||||||
|
|
|
@ -31,7 +31,7 @@ if not mods.Krastorio2 and not mods["aai-industry"] and not mods.bzaluminum and
|
||||||
util.add_ingredient("repair-pack", "copper-cable", 6)
|
util.add_ingredient("repair-pack", "copper-cable", 6)
|
||||||
util.set_ingredient("repair-pack", "iron-gear-wheel", 3)
|
util.set_ingredient("repair-pack", "iron-gear-wheel", 3)
|
||||||
|
|
||||||
util.add_effect("electronics", { type = "unlock-recipe", recipe = "electronic-circuit" })
|
util.add_unlock_force("electronics", "electronic-circuit")
|
||||||
util.add_effect("electronics", { type = "unlock-recipe", recipe = "inserter" })
|
util.add_effect("electronics", { type = "unlock-recipe", recipe = "inserter" })
|
||||||
util.add_effect("electronics", { type = "unlock-recipe", recipe = "long-handed-inserter" })
|
util.add_effect("electronics", { type = "unlock-recipe", recipe = "long-handed-inserter" })
|
||||||
util.remove_recipe_effect("automation", "long-handed-inserter")
|
util.remove_recipe_effect("automation", "long-handed-inserter")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue