| Age | Commit message (Collapse) | Author |
|
|
|
* Added button to toggle mode on PrAss
* Derp
* Switched to cycle button
|
|
|
|
* batch mode for neutron activator
* sa
* requset change
* Fix typo (#142) (#143)
Co-authored-by: LewisSaber <39595617+LewisSaber@users.noreply.github.com>
---------
Co-authored-by: Martin Robertz <dream-master@gmx.net>
Co-authored-by: LewisSaber <39595617+LewisSaber@users.noreply.github.com>
|
|
* fix ghost chunk loading caused by ore blocks
* style update
|
|
patch up europium tier skip
|
|
|
|
support IEnergyConnected (#1794)
|
|
|
|
|
|
patch weird NPE
|
|
|
|
* fix lava->pahoehoe lava recipie
* change addOutput to mOutputFluids
* account for all fluid outputs
* account for all fluid outputs
|
|
|
|
|
|
compress prospecting packet using deflater
|
|
|
|
|
|
|
|
Fixes https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/12874
|
|
* set the amount of muffler hatches to 1 in the MABS
* change tooltip
|
|
* reduce muffler hatches to 1
* remove hatch tier check
* edit tooltip to reflect the muffler change
Former-commit-id: ebf515a30f67a76a8986dc811721a6cd552322ee
|
|
|
|
* reduce muffler hatches to 1
* remove hatch tier check
Former-commit-id: 055382697923e9caff7ab52588fc1cb000768368
|
|
|
|
* Mega apiary GUI improvements
* forgot
* buildscript
* Fixed on ModularUI
* Test scrollable fix
* Simplify
* Inspection
* Fixed in ModularUI
|
|
|
|
|
|
|
|
|
|
* fix: fix Steam Valve not being configurable
* Revert "fix: fix Steam Valve not being configurable"
This reverts commit 505d9e273b48315fde154490e116d58fed46ffaf.
* feat: add steam regulator
* feat: add superheated steam to steam valve
|
|
Former-commit-id: 823eff3ee1cf44c968b808d7a14cdcd655073f0a
|
|
* add copypasting configuration between linked input bus
* mysteriously unknown person is too mysteriously unknown
|
|
|
|
This reverts commit 3560a670e3d697b26014f6320e344867953684e7.
|
|
|
|
|
|
|
|
* remove EnumHelper usage towards OrePrefixes
* fix up dependency
* spotless
|
|
* remove EnumHelper usage towards OrePrefixes
also removed gtnh gt detection. it has long been mandatory since bart's quit.
* might as well just remove this field
* fix up dependencies
Former-commit-id: 2b0e68b0065868aec7fb7a2fb88ae79eb2493e0e
|
|
OrePrefixes are used in switch case a lot and this prevents it from being a valid EnumHelper target.
Under the hood for huge enum switch cases, javac will generate a synthetic class with a synthetic static final int[] field to hold switch map. If the OrePrefixes is ever extended, said switch map will be smaller than actual and cause ArrayIndexOutOfBoundException.
This moves all addon added ore prefixes back to main mod.
This also cleans up the obnoxious comment blocks created by spotless.
|
|
|
|
|
|
|
|
* Update description of EEC
* Fix structure info
* spotlessApply (#57)
Co-authored-by: GitHub GTNH Actions <>
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
* correct out of date steam turbine tooltip
* Spotless apply for branch fix/steam-turbine-tooltip for #1787 (#1788)
Co-authored-by: GitHub GTNH Actions <>
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
|
|
|
|
fix ChunkDataHandler causing CME at chunk unload
|
|
|