On destroying of buildings you have a chance to get some loot from it. / Compatible with all mods, UPS friendly, multiplayer friendly. / Good for PVP multiplayer games, take resources from destroyed base.
When starting a game with only the mods - 248k - bztitanium - and Looting Remnants the following error occurred:
Failed to load mods: Error in assignID: item with name 'fi_materials_titan' does not exist. It was removed by bztitanium.
Source: substation (electric-pole).
Mods to be disabled:
bztitanium (1.2.8)
LootingRemnants (1.1.3)
Could it be that Looting Remnants creates the looting table too early?
As mentioned in this other thread: https://mods.factorio.com/mod/bztitanium/discussion/62b8339943b35c60fbb199e7
In info.json the dependencies must be updated to: "dependencies": ["base", "(?) bz-dsr-bridge"],
info.json
"dependencies": ["base", "(?) bz-dsr-bridge"],
(And the game must also use BZ Mods Bridge.)