forked from maruohon/minihud
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed the Strange/Incorrect Sphere and Circle Shapes (#79)
* Successfully fixed the longtime outstanding issue of strange/incorrect sphere and circle shapes. An unnecessary voxel/block check was the issue which I removed for both. Note the de/spawning spheres are unaffected by this change * Forgot the 'if equals' check on the ring for the circle method. Minor ommission from the last commit * Bump MaLiLib --------- Co-authored-by: Sakura Ryoko <[email protected]>
- Loading branch information
1 parent
c1bd74d
commit 5ed184a
Showing
6 changed files
with
9 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ build.number | |
libs/ | ||
run/ | ||
.idea/ | ||
.vscode/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,6 @@ | |
|
||
"depends": { | ||
"minecraft": "1.21.4", | ||
"malilib": ">=0.23.0-sakura.3" | ||
"malilib": ">=0.23.0-sakura.4" | ||
} | ||
} |