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
|
|
|
|
|
|
|
|
|
|
|
|
* Underground fluid NEI
* updateBuildScript
|
|
* 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
|
|
* update build scripts and dependencies to use gtnh
* note not 5.5.2
|
|
|
|
update buildscript and gitignore
(cherry picked from commit 0f5996b1a38b20f8bff113e6762439974912bdba)
|
|
|
|
|
|
+ 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>
|
|
JarSign
|
|
|
|
+ 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|