Compare commits
No commits in common. "4480b8f55763733cec509967d9de028cc67768a2" and "378dc3773adefbdaf75d2030f1993949036a6b68" have entirely different histories.
4480b8f557
...
378dc3773a
3 changed files with 3 additions and 3 deletions
|
|
@ -10,10 +10,10 @@ This mod adds more complexity to a vanailla factorio game. It pairs well with an
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
- Brevven ([Original mod](https://mods.factorio.com/mod/bzaluminum))
|
- Brevven ([Original mod](https://mods.factorio.com/mod/bzaluminum))
|
||||||
- [cackling fiend](https://mods.factorio.com/user/cackling.fiend) (Update to 2.0)
|
|
||||||
- [snouz](https://github.com/snouz) (logo inspiration, ore graphics templates)
|
- [snouz](https://github.com/snouz) (logo inspiration, ore graphics templates)
|
||||||
- FreeSVG/OpenClipart for spark plug: https://freesvg.org/spark-plug-vector-image
|
- FreeSVG/OpenClipart for spark plug: https://freesvg.org/spark-plug-vector-image
|
||||||
- Krastorio2 team for automation-core icons (Licensed under GNU LGPL v3.0)
|
- Krastorio2 team for automation-core icons (Licensed under GNU LGPL v3.0)
|
||||||
|
- [cackling fiend](https://mods.factorio.com/user/cackling.fiend) (Update to 2.0)
|
||||||
|
|
||||||
### Compatibility
|
### Compatibility
|
||||||
- [U.N.Owen](https://mods.factorio.com/user/U.N.Owen)
|
- [U.N.Owen](https://mods.factorio.com/user/U.N.Owen)
|
||||||
|
|
|
||||||
|
|
@ -423,7 +423,7 @@ if mods.bztitanium then
|
||||||
})
|
})
|
||||||
util.add_effect("laser", {type="unlock-recipe", recipe="ti-sapphire"})
|
util.add_effect("laser", {type="unlock-recipe", recipe="ti-sapphire"})
|
||||||
util.add_prerequisite("laser", util.titanium_processing)
|
util.add_prerequisite("laser", util.titanium_processing)
|
||||||
if mods["bzcarbon"] then
|
if mods.bzcarbon then
|
||||||
util.add_ingredient("ti-sapphire", "diamond", 1, {force=true})
|
util.add_ingredient("ti-sapphire", "diamond", 1, {force=true})
|
||||||
util.add_product("ti-sapphire", {type="item", name="diamond", amount=1, probability=0.8, catalyst_amount=1}, {force=true})
|
util.add_product("ti-sapphire", {type="item", name="diamond", amount=1, probability=0.8, catalyst_amount=1}, {force=true})
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
"? bzlead >= 2.0.28",
|
"? bzlead >= 2.0.28",
|
||||||
"? bzzirconium >= 2.1.13",
|
"? bzzirconium >= 2.1.13",
|
||||||
"? bztungsten2 >= 2.0.0",
|
"? bztungsten2 >= 2.0.0",
|
||||||
"? bzcarbon2 >= 2.0.22",
|
"? bzcarbon >= 2.0.21",
|
||||||
"? space-exploration >= 0.7.34",
|
"? space-exploration >= 0.7.34",
|
||||||
"? aai-industry >= 0.6.13",
|
"? aai-industry >= 0.6.13",
|
||||||
"? Krastorio2 >= 2.0.8",
|
"? Krastorio2 >= 2.0.8",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue