Age | Commit message (Collapse) | Author |
|
|
|
* Moved GT5OreLayerHelper to both sides
* Moved ore and fluid helper out of the client side
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
|
|
* Add small ore helper hash maps, clean up a little and add getDimensionRocketTier to BlockDimensionDisplay
* Try catch exception to prevent state engine erroring.
* Spotless
* Adjust tier display slightly for errors.
Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
|
|
Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
|
|
Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
|
|
* spotlessApply (#26)
Co-authored-by: Connor-Colenso <52056774+Connor-Colenso@users.noreply.github.com>
Co-authored-by: GitHub GTNH Actions <>
* Fix issues
(cherry picked from commit 9396914a59f2dfc47bf50dd3609a93fe0e72615e)
* Fix issues
(cherry picked from commit cc48e25e31535cdb00e10970d02ee08f1922bbff)
* Fix more issues
* Fix conflicts
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
|
|
This reverts commit 1d38214cf68b9cdb1974c5006012d03c05d140da.
|
|
This reverts commit c1c476b2b4a2daa5ecbf1afbd7ebadd2a0db5007.
|
|
This reverts commit 9396914a59f2dfc47bf50dd3609a93fe0e72615e.
|
|
This reverts commit cc48e25e31535cdb00e10970d02ee08f1922bbff.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Underground fluid NEI
* updateBuildScript
|
|
|
|
* Rework for Dimension Display
* side (again)
* :weary:
|
|
* Add Dimension Display Item
* side
* Sort dims
|
|
* Removed unused code
* Addressed IDE warnings
* Refactored PluginGT5VeinStat::loadCraftingRecipes for readability
* Refactored PluginGT5VeinStat::drawExtras for readability
* Added OreVeinLayer class for the concept of ore layer
* Updated buildscript
* Ran spotlessApply
* Addressed some trivial IDE warnings
* Load both Small Ores and regular Ores when either is queried.
* Refactored PluginGT5SmallOreStat::loadCraftingRecipes for readability
* Refactored PluginGT5SmallOreStat::drawExtras for readability
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Draft for unified build script
* Update gradle, build script and streamline dependencies
* Fixed string typos
Fixed VisualProspecting vein name missing whitespace
* Several dimension name fixes:
- Handle tooltip display for individual recipes when multiple are visible
- Don't hide the background when tooltip is shown
- Tooltip trigger area more precise
- Dimension names appear in progression order both in abbreviated and tooltip forms
- Customizable dimension name tooltip max line count
* Removed some dead code
Especially asteroid handling separate from vein handling
There's more still to remove
* Javadoc for StringPaddingHack class
Also comment cleanup
* Fixed more misnamed dimensions
Co-authored-by: Johann Bernhardt <johann.bernhardt@tum.de>
|
|
* Draft for unified build script
* Update gradle, build script and streamline dependencies
|
|
* update build scripts and dependencies to use gtnh
* note not 5.5.2
|
|
* Add license
* Update Readme
|
|
|
|
Synchronize ore vein names to visual prospecting if installed
|
|
|
|
into GT-NH-Mod
|
|
|
|
reduce code duplication
|
|
|
|
update buildscript and gitignore
(cherry picked from commit 0f5996b1a38b20f8bff113e6762439974912bdba)
|
|
Add lang key for localize dimension, and fix an issue.
|