Entangled Belts

by 0n0w1c

Clones the underground belts, useful for belt braiding. Up for the "No Long-handed Inserter Challenge"?

Tweaks
20 days ago
2.0
1.22K
Logistics

b (Resolved) Not a Bug: Entangled underground belts return wrong item when mined

21 days ago

Short description:
When mining an entangled underground belt (eb-), the game returns the base underground belt instead of the entangled version. This breaks consistency (placing eb- but receiving normal belt back).

Fix (minimal change):
File: prototypes/entities.lua

Replace:

eb_entity.minable.result = underground_belt.name

With:

eb_entity.minable.result = "eb-" .. underground_belt.name

This ensures the mined entity returns the correct entangled item.

Additional note:
The above fix was generated with the help of GPT AI. Nothing personal :p

21 days ago

It is not actually a bug, per the mod page. However, since it is not the expected result, I will change it.

21 days ago

May I ask, why do you want this change?

20 days ago

Version 2.6.0 has been uploaded, it adds a startup setting to use a traditional recipe and mined results.

New response