Age | Commit message (Collapse) | Author |
|
* Add T9 planets
... and move Deep Dark to T10
* Update buildscript
* Apply spotless
* Make all six side use different icons
* Apply spotless
|
|
* updateBuildScript
* Remove unused members in PluginGT5Base
* Remove GuiRecipeHelper
* Use enhanced switch
* Remove / suppress unused members
* Fix empty catch block
* Apply final where possible
* Use toArray(IntFunction)
* Fix redundant default parameters
* Use enhanced for
* Use addAll
* Fix explicit type argument
* Redundant throws
* SameParameterValue
* String concatenation in loop
* constant condition
* Redundant initializer
* Redundant new String()
* Redundant cast
* Instantiation of utility class
* Fix Javadoc
* Don't instantiate DecimalFormat every time
* Put curly brackets
* Rename: liste -> list
* Rename: vertauscht -> swapped
* Rename: schritt -> step
|
|
* Update buildscript and GT5U dependency
* Cleanup
* Apply spotless
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+ updated Java 7 -> 8
+ Buffered Input from cfg
+ refractor, code improvements
+ small ores completely working
+ added tooltip
+ added logger
+ added ic2 to gradle
+ updated gradle deps
+ restored base gt compability
+ small ore csv (untested)
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
|
|
+moved all CSV-related stuff into own Class.
Wiki Article on how to make a spreadsheet:
https://gtnh.miraheze.org/wiki/GT-NEI-Ore-Plugin_Spreadsheet_Export_Tutorial
|
|
|
|
|
|
+Fixed Astroid Dim Problem
+fixed config not getting saved
+fixed Vein Name beeing too long
+fixed a random crash
|
|
+ added some config options
|
|
|
|
|
|
|
|
- removed IE support
- removed biome specific vein support
- removed ShowAll button due to Memory Issures
- fixed %material
- try to read out config without modifying it
- added Coustom Vein renamer
|
|
|
|
|