aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-16Fixed circuit NPE (#570)Maxim
2023-03-16Add mode toggle button to PrAss GUI (#144)Maxim
* Added button to toggle mode on PrAss * Derp * Switched to cycle button
2023-03-16Added button to toggle wireless mode on LSCminecraft7771
2023-03-15add batch mode for neutron activator (#141)Yang Xizhi
* 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>
2023-03-15fix ghost chunk loading caused by ore blocks (#1797)Glease
* fix ghost chunk loading caused by ore blocks * style update
2023-03-14Merge pull request #52 from GTNewHorizons/fix/europium-exploitMartin Robertz
patch up europium tier skip
2023-03-14fix (#1796)BlueWeabo
2023-03-14Untangle IEnergyConnected and IHasWorldObjectAndCoords to allow FMP tiles to ↵repo-alt
support IEnergyConnected (#1794)
2023-03-15doubled the wrong recipeGlease
2023-03-15change how europium is obtained from monatize chainGlease
2023-03-14Merge pull request #174 from GTNewHorizons/fix/npeMartin Robertz
patch weird NPE
2023-03-14patch weird NPEGlease
2023-03-14Fix lava->pahoehoe lava recipie (#569)posiaden123
* fix lava->pahoehoe lava recipie * change addOutput to mOutputFluids * account for all fluid outputs * account for all fluid outputs
2023-03-13Fix space in gas turbine tooltipEmerald
2023-03-13chem balance fix (#568)chochem
2023-03-13Merge pull request #28 from GTNewHorizons/feature/compressMartin Robertz
compress prospecting packet using deflater
2023-03-13switch to gzip and flush output streamGlease
2023-03-13compress prospecting packet using deflaterGlease
2023-03-12tooltip typo fix (#567)chochem
2023-03-12Fix Bender Making Double Plate instead of Dense one (#566)LewisSaber
Fixes https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/12874
2023-03-12follow up to https://github.com/GTNewHorizons/GTplusplus/pull/564 (#565)boubou19
* set the amount of muffler hatches to 1 in the MABS * change tooltip
2023-03-12follow up to https://github.com/GTNewHorizons/bartworks/pull/299 (#300)boubou19
* reduce muffler hatches to 1 * remove hatch tier check * edit tooltip to reflect the muffler change Former-commit-id: ebf515a30f67a76a8986dc811721a6cd552322ee
2023-03-12set the amount of muffler hatches to 1 in the MABS (#564)boubou19
2023-03-12Remove silliness with the muffler hatches on the MBF (#299)boubou19
* reduce muffler hatches to 1 * remove hatch tier check Former-commit-id: 055382697923e9caff7ab52588fc1cb000768368
2023-03-12Beeeskuba6000
2023-03-12Mega Apiary GUI improvements (#58)Jakub
* Mega apiary GUI improvements * forgot * buildscript * Fixed on ModularUI * Test scrollable fix * Simplify * Inspection * Fixed in ModularUI
2023-03-12Fix compat for lanthanides mod for rocket fuel (#563)miozune
2023-03-12Fix server crash with I18n (#33)miozune
2023-03-11update to subversion 42Martin Robertz
2023-03-11update bsMartin Robertz
2023-03-11Add regulator abilities to Steam Valve (#1785)NexusNull
* 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
2023-03-11update gradle bs+saMartin Robertz
Former-commit-id: 823eff3ee1cf44c968b808d7a14cdcd655073f0a
2023-03-11add copypasting configuration between linked input bus (#6)Glease
* add copypasting configuration between linked input bus * mysteriously unknown person is too mysteriously unknown
2023-03-11change Tungstensteel to 4kMartin Robertz
2023-03-11Revert "change tpv back to 4k"Martin Robertz
This reverts commit 3560a670e3d697b26014f6320e344867953684e7.
2023-03-11change tpv back to 4kMartin Robertz
2023-03-10Fix advanced external transmitter cover (#1793)Matej Dipčár
2023-03-09Fix removed CustomName init call causing an NPE (#562)Raven Szewczyk
2023-03-09remove EnumHelper usage towards OrePrefixes (#561)Glease
* remove EnumHelper usage towards OrePrefixes * fix up dependency * spotless
2023-03-09remove enumhelper towards OrePrefixes and force gtnh gt (#298)Glease
* 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
2023-03-09migrate ore prefixes from gt++ and bw (#1792)Glease
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.
2023-03-09Send cover data immediately when cover is placed (#1791)miozune
2023-03-09clean up australia leftover (#560)Glease
2023-03-09Add EU/t to scanner (#1789)LewisSaber
2023-03-08Update description of EEC (#56)Jakub
* 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>
2023-03-08correct out of date steam turbine tooltip (#1787)Glease
* 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>
2023-03-07Fix typo (#142)LewisSaber
2023-03-07Fix Recipes of TPM (#1786)LewisSaber
2023-03-07Merge pull request #173 from GTNewHorizons/fix/cmeMartin Robertz
fix ChunkDataHandler causing CME at chunk unload
2023-03-07eAlexdoru