Age | Commit message (Collapse) | Author |
|
|
|
* Added more null checks
* Added command to unlock project upgrade
|
|
|
|
* make lightning rod more cumbersome to use
* forget to push this
* spotless be like
|
|
* Only play interrupt sound, when machine stop was due to power
* Change power switch button sound to proper one
|
|
* rebalance 1 and 2 eu/t assembler recipes
* comparators, repeaters
|
|
* readd 29 recipes
* sa
* convert steam valves to RA2
* convert schematic recipes
* convert energy hatch recipes
* more energy hatches
* convert dynamos
* convert LD pipelines
* convert quadruple hatches
* convert gearbox
* fix fluids for quadruple
|
|
* there is no graphite block
* fix old RA1 remnants and nulls
* more dt null checks
* remove nonexistent potions from fermenting
* railcraft anvil fixes
* fix tainted magic fuel values
* fix railcraft creosote block
|
|
|
|
|
|
|
|
* brewing water fixes
* fix gt potion brewing
* actually check for the null
|
|
* Added tooltip line which displays the machine color, if any
* Added chat formatting color to dyes enum
* Minor cleanup
|
|
* no TE
* convert 2 old recipes (and sa)
* 13 more
* fix spinneret
* fix all hatches and busses
* even more output hatch fixes
* one more getfluid
|
|
|
|
|
|
|
|
|
|
* Allow spray cans to color a chain of blocks when sneaking
* Added new chain feature to tooltip
|
|
* Enable input separation button in EBF GUI
* Check for old key, instead of not the new one
Co-authored-by: Jakub <53441451+kuba6000@users.noreply.github.com>
* Remove unused override
---------
Co-authored-by: Jakub <53441451+kuba6000@users.noreply.github.com>
|
|
* fix RA2 universal chemical target using inverted dispatch rule
* add noOptimize
|
|
|
|
|
|
* added RWG to mod enum
* added Universal Singularities to mod enum
* add crop load core to the enum
|
|
* add debug code in ItemList
* added debug code in getModItem
|
|
* Kill disassembler
* Kill disassembler
* Change arc furnace to fulfil Dreams request.
---------
Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
|
|
|
|
Co-authored-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
* rework recipe
* spotlessApply (#1851)
Co-authored-by: GitHub GTNH Actions <>
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
|
|
* fix recipes
* spotlessApply (#1848)
Co-authored-by: GitHub GTNH Actions <>
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
|
|
- Fix potential race condition when adding entries to the list
- Make the thread a daemon thread and give it a name for thread dumps
Grepped for usages of mBufferedPlayerActivity, no gt addon seems to use it so the type change should be fine.
|
|
* finewire check
* prefix2 check
* make logic clear
|
|
|
|
|
|
|
|
|
|
* add all mods founds in NHCore
* depracte old strings
* add ars magica 2
* more enum work
* use a switch
* spotless
* more mod id rework
* more mod id rework
* more mod id rework
* should be last
* spotless
* rename to make more sense
* add path attribute
* add getResourcePath to enum
* spotless
|
|
* Add items
* textures
|
|
* fix pulverizer chances mistakes
* fix block version of the PBF
* use properly RA2 for PBF recipes
* spotlessApply (#1831)
Co-authored-by: GitHub GTNH Actions <>
* enable lots of materials by default
* fixes, documentation, and minor api contract update
* spotless
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
Address Mod-pack issue https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/13112
|
|
|
|
* Enable Jabel&Generic injection, fix type error caused by this
* add missing <>
* Infer generic types automatically
* Parametrize cast types
* Use enhanced for loops
* Unnecessary boxing
* Unnecessary unboxing
* Use Objects.equals
* Explicit type can be replaced with `<>`
* Collapse identical catch blocks
* Add SafeVarargs where applicable
* Anonymous type can be replaced with lambda
* Use List.sort directly
* Lambda can be a method reference
* Statement lambda can be an expression lambda
* Use string switches
* Instanceof pattern matching
* Text block can be used
* Migrate to enhanced switch
* Java style array declarations
* Unnecessary toString()
* More unnecessary String conversions
* Unnecessary modifiers
* Unnecessary semicolons
* Fix duplicate conditions
* Extract common code from if branches
* Replace switches with ifs for 1-2 cases
* Inner class may be static
* Minor performance issues
* Replace string appending in loops with string builders
* Fix IntelliJ using the wrong empty list method
* Use Long.compare
* Generic arguments: getSubItems
* Generic arguments: getSubBlocks
* Raw types warnings
* Fix remaining missing generics
* Too weak variable type leads to unnecessary cast
* Redundant type casts
* Redundant array length check
* Redundant vararg arrays
* Manual min/max implementations
* A couple missed inspections
* Goodbye explosion power ternary ladder
* Apply spotless
* Get rid of the other two big ternary ladders
* Binary search explosion power
* Don't overcomplicate things
|
|
|