aboutsummaryrefslogtreecommitdiff
path: root/src/main
AgeCommit message (Collapse)Author
2023-07-30T9 Planets + new Textures (#35)glowredman
* Add T9 planets ... and move Deep Dark to T10 * Update buildscript * Apply spotless * Make all six side use different icons * Apply spotless
2023-06-18Cleanup (#36)miozune
* 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
2023-05-25Cleanup (#34)glowredman
* Update buildscript and GT5U dependency * Cleanup * Apply spotless
2023-03-12Fix server crash with I18n (#33)miozune
2023-02-16Move helper methods out of client side (#32)Maxim
* Moved GT5OreLayerHelper to both sides * Moved ore and fluid helper out of the client side
2023-02-16Proper fix for null ItemData (#31)miozune
2023-01-29[ci skip] spotlessApply with the new settingsJason Mitchell
2022-12-30Make DD offiically tier 9 (#30)Connor-Colenso
Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
2022-12-21More helpers for other mods (#29)Connor-Colenso
* 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>
2022-12-18Fix if statement not triggering code correctly and slight clarification. (#28)Connor-Colenso
Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
2022-12-17Change access modifier. (#27)Connor-Colenso
Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
2022-12-17Helper hashmaps for black hole gen (#24)Connor-Colenso
* 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>
2022-12-17Revert "Helper hashmaps for black hole gen"GTNH-Colen
This reverts commit 1d38214cf68b9cdb1974c5006012d03c05d140da.
2022-12-17Revert "Remove debug statement"GTNH-Colen
This reverts commit c1c476b2b4a2daa5ecbf1afbd7ebadd2a0db5007.
2022-12-17Revert "Fix issues"GTNH-Colen
This reverts commit 9396914a59f2dfc47bf50dd3609a93fe0e72615e.
2022-12-17Revert "Fix issues"GTNH-Colen
This reverts commit cc48e25e31535cdb00e10970d02ee08f1922bbff.
2022-12-17Fix issuesGTNH-Colen
2022-12-17Fix issuesGTNH-Colen
2022-12-17Remove debug statementGTNH-Colen
2022-12-17Helper hashmaps for black hole genGTNH-Colen
2022-11-05Update textures by Jimbno (#23)miozune
2022-09-24Update zh_CN.lang (#22)Kiwi
2022-08-24Add Drilling Rig IV to RecipeCatalyst (#21)miozune
2022-08-02Underground fluid NEI (#20)miozune
* Underground fluid NEI * updateBuildScript
2022-07-12Rework for Dimension Display (#19)miozune
* Rework for Dimension Display * side (again) * :weary:
2022-07-09Add Dimension Display Item (#18)miozune
* Add Dimension Display Item * side * Sort dims
2022-07-06Enhanced NEI discoverability (#17)YannickMG
* 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
2022-03-04update for maven (#16)bombcar
2022-01-21Replacing access transformers by reflectionYannickMG
2021-12-23Tooltip rework (#13)YannickMG
* 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>
2021-12-19Draft for unified build script (#10)Johann Bernhardt
* Draft for unified build script * Update gradle, build script and streamline dependencies
2021-10-29Synchronize ore vein names to visual prospecting if installedJohann Bernhardt
2021-07-31reduce code duplicationiouter
2021-07-20αCentauriBbiouter
2021-07-20add "Vanilla EndAsteroids" and delete vein names in zh_CNiouter
2021-07-19fix Deep Darkiouter
2021-07-19add lang key about dimension and fix a localization issueiouter
2020-11-23add Tier PlanetsLex
2019-03-271.0.7bartimaeusnek
+ 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>
2018-05-03Crashfix 2.0bartimaeusnek
+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
2018-04-30hotfix for NoClassDefFoundErrorbartimaeusnek
2018-04-25name fix for csv exportbartimaeusnek
2018-04-25Various Fixesbartimaeusnek
+Fixed Astroid Dim Problem +fixed config not getting saved +fixed Vein Name beeing too long +fixed a random crash
2018-04-24added Sheetexport featurebartimaeusnek
+ added some config options
2018-02-12+added gradlew automationLOKKO12
2018-01-30Small Gui FixLOKKO12
2018-01-26Fixed it. upgrade to V1.0.5LOKKO12
2018-01-22- removed GT6 supportLOKKO12
- 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
2017-07-14Remove an unused import, close #2GWYOG
2017-03-31Update mod version to 1.0.4GWYOG