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.
Fix Scaling of GT Ore Veins and TC Nodes on Journeymap (#47)
* use drawScale instead of fontScale * updatebs + deps
- Loading branch information
Showing
5 changed files
with
7 additions
and
7 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,16 +1,16 @@ | ||
dependencies { | ||
shadowImplementation('com.github.GTNewHorizons:Enklume:2.1.0:dev') | ||
|
||
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.48.37:dev') | ||
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.48.56:dev') | ||
api(rfg.deobf('maven.modrinth:journeymap:5.2.3')) | ||
|
||
devOnlyNonPublishable('com.github.GTNewHorizons:TCNodeTracker:1.2.0:dev') | ||
devOnlyNonPublishable('com.github.GTNewHorizons:TCNodeTracker:1.3.0:dev') | ||
|
||
compileOnly(deobfCurse('xaeros-minimap-263420:4905582')) | ||
compileOnly(deobfCurse('xaeros-world-map-317780:4905612')) | ||
compileOnly(deobf('https://media.forgecdn.net/files/2462/146/mod_voxelMap_1.7.0b_for_1.7.10.litemod', 'mod_voxelMap_1.7.0b_for_1.7.10.jar')) | ||
|
||
// For debugging | ||
runtimeOnlyNonPublishable('com.github.GTNewHorizons:DetravScannerMod:1.8.1:dev') | ||
runtimeOnlyNonPublishable('com.github.GTNewHorizons:ServerUtilities:2.0.51:dev') | ||
runtimeOnlyNonPublishable('com.github.GTNewHorizons:ServerUtilities:2.0.60:dev') | ||
} |
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