forked from SinTh0r4s/VisualProspecting
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* optimize caching & reduce allocations * faster matching of chunk -> VeinType * localized name works fine so kill the weird translation system, also fixes bartworks ores showing that they contain random gt materials * remove old lang files too
- Loading branch information
Showing
34 changed files
with
690 additions
and
799 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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
dependencies { | ||
shadowImplementation('com.github.GTNewHorizons:Enklume:2.1.0:dev') | ||
|
||
api('com.github.GTNewHorizons:Navigator:1.0.12:dev') | ||
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.49.76:dev') | ||
api('com.github.GTNewHorizons:GTNHLib:0.5.11:dev') | ||
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.49.103:dev') | ||
|
||
runtimeOnlyNonPublishable(rfg.deobf('maven.modrinth:journeymap:5.2.5')) | ||
runtimeOnlyNonPublishable(rfg.deobf('maven.modrinth:journeymap:5.2.6')) | ||
} |
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
158 changes: 0 additions & 158 deletions
158
src/main/java/com/sinthoras/visualprospecting/ServerTranslations.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.