aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-12-29Merge pull request #40 from GTNewHorizons/beesJakub
Render bees inside Mega Apiary
2022-12-29Working sun obj and rotation + alpha blend overlay in EOH.GTNH-Colen
2022-12-29Merge pull request #124 from ↵Martin Robertz
GTNewHorizons/feature/multiblock-gui-button-adder-exposure Expose button adder methods on multiblock GUI
2022-12-29Fix plasma turbine EU output (#1607)Connor-Colenso
* Revert "Turbine efficiency helper (#1562)" This reverts commit 3c852a0143cbfa864da59bdd0b2edab1fa4bf146. * Restore efficiency helper * Spotless Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
2022-12-29Naphthenic acid (#1589)Martin Robertz
* add burn value for NaphthenicAcid 60k in Semi Fluid generator (cherry picked from commit 3fa145932b64025067e807f4ff900f51029d07bd) * add Naphthenic acid recipes and change a few (cherry picked from commit 8b6b6d72dd79b4549dccd3732ccca6e219dd8ce7) * spotless * fix error (cherry picked from commit db7b322cece6cf151f92ab6aa467bc8e4c84bda8) * Chemical balance fixes Co-authored-by: Pxx500 <81298696+Pxx500@users.noreply.github.com>
2022-12-29Add a way to remove a furnace recipe using the output instead of input (#1609)BlueWeabo
* add method * change method to remove all recipes with said output
2022-12-29BEES RENDERINGkuba6000
2022-12-29Expose button adder methods on multiblock GUImiozune
2022-12-29Fix inconsistency in naming (#1606)LewisSaber
2022-12-29Semi fluid (#463)Martin Robertz
* add EV and IV semi fluid generators single block add crafting recipe change recipe to be more gt like * BS+SA * add pollution values * spotless
2022-12-28fix (#1605)BlueWeabo
2022-12-28Remove void break from fluid tanks and chests (#1602)NexusNull
* Remove void break from fluid tanks Previously, sneaking while breaking a fluid tank would void the contents of the tank, leading to potential loss of valuable resources. However, this behavior is not consistent with other blocks, such as chests and furnaces, which retain their contents when broken while sneaking. This commit removes the sneak breaking voiding behavior for fluid tanks, bringing them in line with other blocks and reducing the risk of unintended loss for players. * run spotless * fix stray check for voidBreak Signed-off-by: NexusNull <p.wellershaus@googlemail.com> * remove override Signed-off-by: NexusNull <p.wellershaus@googlemail.com> * remove void tooltip Signed-off-by: NexusNull <p.wellershaus@googlemail.com> Signed-off-by: NexusNull <p.wellershaus@googlemail.com>
2022-12-28remove autogenerated SiSG ebf recipe (#1588)Martin Robertz
(cherry picked from commit 4d3052e50b7de739c89c339d37a24297f3bb70fc)
2022-12-28Add light, medium and heavy oil to get lube (#1584)Martin Robertz
* Add light, medium and heavy oil to get lube Add distillation recipe to get lube out of oil add control circuit * spotlessApply (#1585) Co-authored-by: Martin Robertz <dream-master@gmx.net> Co-authored-by: GitHub GTNH Actions <> * fix misstype Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-12-28change fluid regulator recipe use soldering alloy instead of water (#464)Martin Robertz
(cherry picked from commit f2635ecfc7fde7187913d26593834ce84100fa23)
2022-12-28make sugar maceration recipe shorter (#1586)Martin Robertz
* make sugar maceration recipe shorter (cherry picked from commit 55d85dc6ab315da3eb31e41667317e127a2059fe) * spotlessApply (#1587) Co-authored-by: Martin Robertz <dream-master@gmx.net> Co-authored-by: GitHub GTNH Actions <> * fix reed to sugar recipe Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-12-28Added Shortcut because simply dull (#1594)Runakai1
* Added Shortcut because simply dull * I always forget to remove a dep * Increase Recipe Time To fit the original recipe chain * spotless :( * Upped the recipe to ZPM and increased educt/product side by 16
2022-12-28Delete water from recipe (#1604)Pxx500
2022-12-28adds molds and recipe generation (#1603)BlueWeabo
2022-12-28Add survival auto place support for Mega Apiary (#38)Jakub
* Bro, Mega Apiar is auto building for ya * Its working * Place all wood types * Magic
2022-12-28fix it (#1601)BlueWeabo
2022-12-28fix oredict name (#1600)Runakai1
Fix wrong oredict for blizz comb
2022-12-28Add colored voltage tier display for Waila (#1598)miozune
* Add colored voltage tier display for Waila * Adapt to new methods
2022-12-28Allow resource packs to override individual progressbar textures (#1596)miozune
* Allow resource packs to override individual progressbar textures * spell: every + singular * Fix potential crash on server with FallbackableSteamTexture
2022-12-28refactor logic to try fix weird bug with me stocking busGlease
2022-12-28Fix tooltip for required input hatches (#1599)MadMan310
2022-12-27fix it (#1597)BlueWeabo
2022-12-27Fix errors in prior commit.GTNH-Colen
2022-12-27Casings and stuffGTNH-Colen
2022-12-26Unify sodium persulfate amount (#1591)D-Cysteine
Modify recipes added in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1063 to use 100L sodium persulfate instead of 500L. 100L is what the other recipes use, so this makes the amounts consistent. See https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/11842#issuecomment-1364870167 for context
2022-12-26Fix some Pyrolyse Oven recipes being removed (#466)miozune
2022-12-26Fix recipe for Turbine Housing having 5 fluid inputs (#467)miozune
2022-12-26fix critical stop on reloadGlease
2022-12-26Fix Battery Buffer accepting more than 1 items per slot (#1590)miozune
2022-12-26Use reduced voltage to acommondate loss (#465)Maxim
2022-12-25Adapt to more NEI stuffmiozune
2022-12-24Adapt NEI handler to new methodsmiozune
2022-12-24Gray tooltip (#1581)Connor-Colenso
* Gray tooltip * Spotless apply for branch gray for #1581 (#1582) * add NEI handler for ic2 fuel rods (#1580) * add NEI handler for ic2 fuel rods Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> * fix typo Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> * rename variable to cover up the original intention Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> * spotlessApply Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> Co-authored-by: Glease <4586901+Glease@users.noreply.github.com> Co-authored-by: Connor-Colenso <52056774+Connor-Colenso@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Glease <4586901+Glease@users.noreply.github.com>
2022-12-24SpotlessGTNH-Colen
2022-12-24Small fixesGTNH-Colen
2022-12-24TodoGTNH-Colen
2022-12-24NEI work and some small optimisationsGTNH-Colen
2022-12-24Missed a RESETGTNH-Colen
2022-12-24More DD NEI workGTNH-Colen
2022-12-24DD NEI existsGTNH-Colen
2022-12-24RefactorGTNH-Colen
2022-12-24NEI cleanupGTNH-Colen
2022-12-23SpotlessGTNH-Colen
2022-12-23Merge remote-tracking branch 'origin/CelestialThingy' into CelestialThingyGTNH-Colen
2022-12-23NEI progressGTNH-Colen