aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-08-08fix mehen belt lang (#41)chochem
2024-07-17Remove Space from "Mehen Belt" (#40)glowredman
* Update deps * Remove space in "Mehen Belt"
2024-06-28updateMartin Robertz
2024-06-25Disable `useDependencyInformation`glowredman
2024-05-28exclude circular dep (#38)chochem
* exclude circular dep * Update dependencies.gradle
2024-05-28updateMartin Robertz
2024-05-28Remove unnecessary check (#37)RealSilverMoon
2024-02-04[ci skip] upgraded build systemRaven Szewczyk
2024-01-12update deps+bsMartin Robertz
2024-01-08[ci skip] upgraded build systemRaven Szewczyk
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-31[ci skip] upgraded build systemRaven Szewczyk
2023-01-29[ci skip] Add git-blame-ignore-revs for spotlessApplyJason Mitchell
2023-01-29[ci skip] spotlessApply with the new settingsJason Mitchell
2023-01-29[ci skip] Update buildscript to RetroFuturaGradleJason 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-11-05Update build.gradleMartin Robertz
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-16[ci skip] Migrate github actions to GTNH-Actions-WorkflowsJason Mitchell
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-04ignore bat filesMartin Robertz
2022-03-04update for maven (#16)bombcar
2022-01-21more depsJason Mitchell
2022-01-21rollback buildscript 1 version, add depsJason Mitchell
2022-01-21update to explicit dependencies and gtnh buildscriptJason Mitchell
2022-01-21Enaable publishing to Maven repositoryYannickMG
2022-01-21Replacing access transformers by reflectionYannickMG
2022-01-21Updated build script and pinned dependenciesYannickMG