Compare commits

..

5 commits
main ... main

Author SHA1 Message Date
cd3fb247aa Small Items scale fix. Added varying scales for some items.
This commit fixes Items that looked way too small on conveyor belt. 
Changed items: bi-seed, seedling, bi-woodpulp, bi-ash, wood-charcoal, stone-crushed.
Almost all of them now have pictures with various sizes (-0.02; +0.02) for additional realizm.
P.S. This will, probably, require more changes in future. For example "seedling_7.png" even with scale of 0.72 still looks small. Increasing this value to 0.8 and higher, adds visible blur to texture...
2025-11-02 13:52:17 +01:00
80c904f82a Merge remote-tracking branch 'cacklingfiend/Bio_Industries_2/main' (Fork sync) 2025-11-02 15:28:42 +03:00
64bfb00826 Returned alternative production-science-pack recipe with wooden rails.
Copied and edited from here: 6abb0414f5/Bio_Industries/prototypes/Bio_Tweaks/recipe.lua (L175)
2025-10-26 22:40:01 +01:00
62d126205a Added ability to upgrade/replace wooden rails to normal variant and back.
Rails are now fast-replaceable and can be upgraded with upgrade plan.
Note: To degrade rails back to wooden it's required to manualy select ALL rail variants (straight, diagonal, curve) in upgrade plan and select wooden replacemnet for them.
2025-10-26 22:37:48 +01:00
c160a34621 Returned wooden rail recipe from older mod version.
Code copied and edited from here: 6abb0414f5/Bio_Industries/prototypes/Wood_Products/recipe.lua (L157)
2025-10-26 22:29:15 +01:00
2 changed files with 1 additions and 11 deletions

View file

@ -1,14 +1,4 @@
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 2.0.30
Date: 05.11.2025
Bug Fixes:
- Fix icon scales
---------------------------------------------------------------------------------------------------
Version: 2.0.29
Date: 02.11.2025
Bug Fixes:
- Remove settings check for wooden rails
---------------------------------------------------------------------------------------------------
Version: 2.0.28 Version: 2.0.28
Date: 01.11.2025 Date: 01.11.2025
Changes: Changes:

View file

@ -1,6 +1,6 @@
{ {
"name": "Bio_Industries_2", "name": "Bio_Industries_2",
"version": "2.0.30", "version": "2.0.28",
"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",