Humanity has made many great advances, but still looks to nature for inspiration. Thanks to users ThaPear, ratchetfreak, Klonan, and TheBrain0110 for lots of help on the core of this mod.
Great work!
I can use this MOD by changing 3 lines of the content files.
(1) Line 5 of info.json
"factorio_version":"1.0",
--> "factorio_version":"1.1",
(2) Line 29 of prototypes\technologies.lua
prerequisites = {"stone-walls", 'alien-bioengineering'},
-->prerequisites = {"stone-wall", 'alien-bioengineering'},
(3) Line 50 of prototypes\technologies.lua
prerequisites = {"alien-hybridization-1", "gates"},
-->prerequisites = {"alien-hybridization-1", "gate"},