Commit 1db9c22
authored
Fixed Wanderwand Deselect. (#293)
* Fixed bounding box comperison
This caused unitended errors resulting in no-zero intersections when they should be empty.
* Optimised Wanderwand
Added selection merge to selection deletion, preventing NBT crashes from boundingboxes splitting repeateadly, without ever being merged.1 parent 637a3a1 commit 1db9c22
File tree
2 files changed
+3
-2
lines changed- common/src/main/kotlin/org/valkyrienskies/clockwork
- content/curiosities/tools/wanderwand
- util
2 files changed
+3
-2
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
| 109 | + | |
109 | 110 | | |
110 | 111 | | |
111 | 112 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments