-
Notifications
You must be signed in to change notification settings - Fork 89
Crash fixed #359
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
base: main
Are you sure you want to change the base?
Crash fixed #359
Conversation
modified: common/src/main/java/pro/mikey/xray/core/ChunkScanTask.java modified: common/src/main/java/pro/mikey/xray/core/OutlineRender.java modified: common/src/main/java/pro/mikey/xray/core/ScanController.java modified: common/src/main/java/pro/mikey/xray/core/scanner/BlockScanType.java modified: common/src/main/java/pro/mikey/xray/core/scanner/ScanStore.java modified: common/src/main/java/pro/mikey/xray/core/scanner/ScanType.java modified: common/src/main/java/pro/mikey/xray/screens/ScanManageScreen.java
modified: common/src/main/java/pro/mikey/xray/core/ChunkScanTask.java modified: common/src/main/java/pro/mikey/xray/core/ScanController.java
|
Fixed the issue where lava was rendered outside the central area. |
modified: common/src/main/java/pro/mikey/xray/screens/ScanManageScreen.java
|
Solve the problem of insufficient precision when adding blocks to the list. |
modified: common/src/main/java/pro/mikey/xray/core/OutlineRender.java
|
Adjust the styling to prevent overlapping of different highlights. |
modified: common/build.gradle
|
What's the intention of the |
Render lava and minerals within the 3x3 block, and only render minerals outside the 3x3 area. |
|
I think this rule should only apply to the Nether, just like how lava is removed below Y-level 31(:?or just leave it as it is now. |
The game ran stably for two days until it crashed again today. I’ve identified the root cause and fixed it now.