aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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-12-05update dependencies (#12)bombcar
* update build scripts and dependencies to use gtnh * note not 5.5.2
2021-12-05Update license (#11)Jason Mitchell
* Add license * Update Readme
2021-10-30bump gt dependencieDreamMasterXXL
2021-10-30Merge pull request #9 from GTNewHorizons/lang-file-integrationMartin Robertz
Synchronize ore vein names to visual prospecting if installed
2021-10-29Synchronize ore vein names to visual prospecting if installedJohann Bernhardt
2021-07-31Merge branch 'GT-NH-Mod' of https://github.com/GTNewHorizons/GTNEIOrePlugin ↵DreamMasterXXL
into GT-NH-Mod
2021-07-31update(GT-NEI)versionDreamMasterXXL
2021-07-30Merge pull request #8 from iouter/GT-NH-ModD-Cysteine
reduce code duplication
2021-07-31reduce code duplicationiouter
2021-07-30update(GT-NEI)GradleDreamMasterXXL
update buildscript and gitignore (cherry picked from commit 0f5996b1a38b20f8bff113e6762439974912bdba)
2021-07-30Merge pull request #7 from iouter/GT-NH-ModMartin Robertz
Add lang key for localize dimension, and fix an issue.