-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Adds a new "search radius" option that controls the range at which …
…players can see ores - Adds nether ores to the default config, closes #2 - Switches to a thread pool, closes #3 - Slight performance improvements
- Loading branch information
1 parent
7cc2d18
commit e2b0b49
Showing
7 changed files
with
104 additions
and
52 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
/run/ |
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 |
---|---|---|
|
@@ -17,6 +17,7 @@ repositories { | |
} | ||
|
||
minecraft { | ||
accessWidener "src/main/resources/sax.accesswidener" | ||
} | ||
|
||
dependencies { | ||
|
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
accessWidener v1 named | ||
mutable field net/minecraft/util/math/Vec3d x D | ||
mutable field net/minecraft/util/math/Vec3d y D | ||
mutable field net/minecraft/util/math/Vec3d z D | ||
mutable field net/minecraft/world/RaycastContext end Lnet/minecraft/util/math/Vec3d; | ||
accessible field net/minecraft/world/RaycastContext end Lnet/minecraft/util/math/Vec3d; | ||
mutable field net/minecraft/world/RaycastContext start Lnet/minecraft/util/math/Vec3d; | ||
accessible field net/minecraft/world/RaycastContext start Lnet/minecraft/util/math/Vec3d; |