Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Underground belts #16

Open
githubranduser opened this issue Dec 24, 2022 · 0 comments
Open

Underground belts #16

githubranduser opened this issue Dec 24, 2022 · 0 comments

Comments

@githubranduser
Copy link

The mod provides 3 additional underground belts, v1, v2 and v3. If you attempt to stretch a belt and you hit something that would generally require an underground belt, it will only look in your inventory for v1, not v2 or v3. It should prioritize the largest one first and fall back to the other versions; since any of them could work.

In the mean time, there is no sense in applying the v1 when v3 is far superior.

To do this (for anyone else doing this), I updated the data.lua, line 230:

It was:

BetterBelts_addEntity_Belt(className .. "-transport-belt",classSpeed, className .. "-underground-belt-v1")

I changed it to:

BetterBelts_addEntity_Belt(className .. "-transport-belt",classSpeed, className .. "-underground-belt-v3")

This allows me to use the v3 belt but the same problem still applies but I won't be using the v1 or v2 belt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant