| Age | Commit message (Collapse) | Author |
|
* 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
|
|
|
|
|
|
Former-commit-id: 0f20293d8d8d0de5515453d5e248a67d8bc13e29
|
|
Attempt to fix NPE in the Chunk Save handler
|
|
Related: <https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/12694>
|
|
|
|
|
|
* updateBuildScript
* Fix basic machine ignoring fluid capacity when fluid output is empty
|
|
* compile -> api
* Fix tooltip on item bookmark
|
|
* Fix upgrade requirements being always wrong/causing NPE
* Fix unlock command only unlocking unstarted projects
* Fixed upgrades never finishing
* Fixed upgrades not loading
* Delete upgrade being build if finished
* Fix built upgrades not being loaded
* Address review
* Addressed new reviews
|
|
* a more direct and permanent solution to dummy world issue
* spotless
|
|
|
|
Fix plate amount in UXV sensor recipe
|