Title: shchierbin (0.3.14) hard-locks initialization during planet setup due to missing vanilla 'iron-ore' autoplace controlCrash Trace:textError while running setup for space-location prototype "shchierbin" (planet): "iron-ore" is not a valid autoplace control name.
Modifications to disable: shchierbin (0.3.14) › PlanetsLib (Description:The mod causes an unrecoverable hard lock during the space-location prototype initialization phase. The planet configuration script attempts to register and map standard resource generation on the surface of planet "shchierbin" by calling the default vanilla "iron-ore" autoplace control.However, on heavily overhauled setups using the Omnimatter suite, the database compiler dynamically purges legacy vanilla ore keys (including iron-ore) from the global autoplace controls registry to enforce its custom fioletowy pył ore mechanics. Because your script blindly assumes that "iron-ore" is always a valid autoplace token without checking if the control key exists in the current data pass, the initialization routine crashes the engine. Please update the autoplace map builder to conditionally verify if vanilla ore control keys are present.1.18.0)