Add warnings for incompatible active modules in Highway Builder#6067
Add warnings for incompatible active modules in Highway Builder#6067Wide-Cat merged 5 commits intoMeteorDevelopment:masterfrom
Conversation
Add checks for incompatible active modules and added errors that will be shown
|
Can you explain what the issue with No Ghost Blocks is - is it to do with placing? Because last time I checked the module worked fine when breaking blocks, it just has the downside that it slows highway builder down because you have to wait for the server to send you the block breaking info. If it is to do with placing I would make it check for that setting specifically and print a more detailed warning message. |
|
When having it enabled and having a high breaks per tick count it kicks you for sending too many packets because it try’s to break the blocks multiple times until they are broken and it also makes the statistics screen that prints when deactivating the module completely false by as I said it’s breaking the blocks multiple times. But I should rewrite the error to say that too and make it more clear |
just checks if velocity is enabled or not and sends a warmimg ccordingly
Type of change
Description
Added checks for incompatible active modules in HighwayBuilder and display clear warning messages when they are enabled.
The module now warns the user if the following modules are active, as they can cause errors or misalignment during building:
instantly-rebreak-echestsinsteadfast-breaksetting insteadThese warnings help prevent common issues and make misconfiguration easier to diagnose.
Related issues
None
How Has This Been Tested?
Checklist