Running into a conflict in relation to the 5dim (and 0D27 5dim) New Transport mod that aims back at Core\lib\transport\generation-transport-belt.lua when also using mods such as Black Rubber Belts.
When generating transport belts 1 to 10 it clones the animations.
Example:
entityTransportBelt.belt_animation_set.animation_set.hr_version.filename =
"OD27_5dim_transport/graphics/entities/transport-belt/transport-belt-" .. inputs.number .. ".png"
However, if an entity is using layers, there is no hr_version to call and results in
Failed to load mods: ..._5dim_core__/lib/transport/generation-transport-belt.lua:295: attempt to index field 'hr_version' (a nil value)
I believe 5dim Core\lib\transport\generation-transport-belt.lua needs some extra logic to detect if a belt's animations/graphics are using layer or using hr_version and use said version for its copying.
https://lua-api.factorio.com/latest/types/Animation.html#layers