Title: extendedangels (0.6.8) hard-locks on initialization due to missing legacy 'bob-tungsten-carbide' reference after June 4th Bob's Metals updateCrash Log:textError in assignID: item with name 'bob-tungsten-carbide' does not exist.
Source: angels-plate-tungsten-carbide (recipe).
Modifications to disable: extendedangels (0.6.8) Description:The mod causes a critical hard lock during the game prototype initialization phase. In the recipe "angels-plate-tungsten-carbide", the LUA script explicitly requires and attempts to index the item identifier 'bob-tungsten-carbide'.However, following the latest June 4th updates to Bob's Metals and Chemicals suite (aimed at unifying metallurgy for Space Age), all legacy standalone tungsten carbide references from Bob's mods have been completely purged or re-mapped to use the unified Space Age tungsten mechanics.Because the item key no longer exists in the global item registry, assignID fails completely and crashes the engine. Please update the recipe source to point to the new unified tungsten carbide prototype key compliance with the 2.0.76+ Space Age architecture.