This commit is contained in:
Simon Brodtmann 2026-02-24 22:46:46 +01:00
parent 715068ee83
commit 8d34571767
2 changed files with 31 additions and 20 deletions

View file

@ -1,4 +1,15 @@
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 2.0.33
Date: 24.02.2026
Changes:
- Add Polish language (thanks S3BA)
Bug Fixes:
- Fix old recipe result code for mod compatibility
- Fix missing module slots for various entities
- Allow productivity modules for Bio fuel conversion 1
- Remove wooden rails again (they caused problems)
- Remove unused power-rails code
---------------------------------------------------------------------------------------------------
Version: 2.0.32 Version: 2.0.32
Date: 27.01.2026 Date: 27.01.2026
Bug Fixes: Bug Fixes:

View file

@ -1,22 +1,22 @@
{ {
"name": "Bio_Industries_2", "name": "Bio_Industries_2",
"version": "2.0.32", "version": "2.0.33",
"factorio_version": "2.0", "factorio_version": "2.0",
"title": "Bio Industries", "title": "Bio Industries",
"author": "TheSAguy - Had a few Ideas, Pi-C (Programming Genius), Snouz (Graphics Wizard), Cackling Fiend - Conversion to F2.0", "author": "TheSAguy - Had a few Ideas, Pi-C (Programming Genius), Snouz (Graphics Wizard), Cackling Fiend - Conversion to F2.0",
"contact": "vvwmisc@hotmail.com", "contact": "vvwmisc@hotmail.com",
"homepage": "https://forums.factorio.com/viewtopic.php?f=93&t=17548", "homepage": "https://forums.factorio.com/viewtopic.php?f=93&t=17548",
"description": "Provides useful buildings and items, like the Bio Farm for growing trees. Solar Farm and Large Accumulator to make your electric setup easier. Bio Fuel section to produce organic plastic and batteries. Lots of New Wood Products, like the big electric pole, wooden pipes, dart turret. Plant trees using seedlings. Change terrain from deserts to grasslands using Fertilizer - helps trees grow better. And a lot more… Please visit the homepage on the forums for more information and feedback.", "description": "Provides useful buildings and items, like the Bio Farm for growing trees. Solar Farm and Large Accumulator to make your electric setup easier. Bio Fuel section to produce organic plastic and batteries. Lots of New Wood Products, like the big electric pole, wooden pipes, dart turret. Plant trees using seedlings. Change terrain from deserts to grasslands using Fertilizer - helps trees grow better. And a lot more… Please visit the homepage on the forums for more information and feedback.",
"dependencies": [ "dependencies": [
"base >= 2.0.55", "base >= 2.0.55",
"? space-age", "? space-age",
"kry_stdlib >= 2.0.6", "kry_stdlib >= 2.0.6",
"? alien-biomes", "? alien-biomes",
"? Krastorio2", "? Krastorio2",
"? Krastorio2-spaced-out", "? Krastorio2-spaced-out",
"(?) angelspetrochem", "(?) angelspetrochem",
"(?) Transport_Drones", "(?) Transport_Drones",
"(?) Natural_Evolution_Buildings", "(?) Natural_Evolution_Buildings",
"(?) Natural_Evolution_Enemies" "(?) Natural_Evolution_Enemies"
] ]
} }