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.
* remove old i18n & fix saving * save about 20k allocations/sec and just return the same empty ore/fluid instance * fix bartworks ores missing some contained materials * more stable chunk analysis * spotlessApply * verify that min y level matches for fast scan * chat formatting is already added elsewhere * update * remove double jm dep * use arrayset for ores to keep ordering consistent for getContainedOres * more early returns for detailed analysis * reasonable aliases for these long ass commands * update * fix primary ore being added to contained ores multiple times after nei search * bimap is not needed or used * update --------- Co-authored-by: GitHub GTNH Actions <> Co-authored-by: Martin Robertz <dream-master@gmx.net>
- Loading branch information
1 parent
7dbc66d
commit 0c3ace2
Showing
18 changed files
with
179 additions
and
165 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,7 @@ | ||
dependencies { | ||
api('com.github.GTNewHorizons:Navigator:1.0.12:dev') | ||
api('com.github.GTNewHorizons:GTNHLib:0.5.11:dev') | ||
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.49.105:dev') | ||
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.50.01: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
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
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
Oops, something went wrong.