Title: bio-oil (0.1.1) hard-locks initialization by legacy-deleting 'carbon-fiber' technology required by Space Age expansion coreCrash Analysis:The mod executes a hard-coded database override during the prototype loading phase that forcibly deletes the technology key "carbon-fiber" from the global registry. However, in the modernized Factorio 2.0.76 and Space Age expansion architecture, "carbon-fiber" is no longer a localized standalone asset—it has been deeply integrated into downstream galactic and agricultural research trees.Because the script blindly purges this technology node without tracking downstream dependencies, any vanilla or modded tech tree that expects "carbon-fiber" as a prerequisite hits a completely unpopulated memory address (nil value), causing a fatal assignID error. Please sanitize the override loop to dynamically modify the technology properties instead of completely deleting the global registration key.