aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-01-01Add a Overclock Calculator for multis and the like to use (#1617)BlueWeabo
* add calculator and unit tests * use math.ceil * math.ceil everywhere * add some more unit tests and add onetick discount possibility * add an exception when trying to get the consumption before calculating * spotless oops * convert PCB Factory to use the OC calculator * fix tests trying for wrong values * fix copy paste error * address reviews * this should be there too.
2023-01-01fix waila displaying wrong generated eu/t (#1621)Glease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2023-01-01TungSteel to TPV (#1622)Pxx500
2023-01-01fix LV steam valve (#1624)chochem
2023-01-01fix drills not generating and using less material (#1623)BlueWeabo
2023-01-01add transcendant metal pipe and multiple pipe (#1619)RIONDY 'POPlol333' Adam
2023-01-01Spawn popup next to main GUIminecraft7771
2023-01-01Added pop up to manipulate input parametersminecraft7771
2023-01-01Changed (sg) to * instead (#1620)Ethryan
2023-01-01Delete unused classGTNH-Colen
2023-01-01Orbit star and spin on own axis for individual planet working.GTNH-Colen
2023-01-01Translation of planets working correctly.GTNH-Colen
2023-01-01SnapshotGTNH-Colen
2023-01-01All sides working!GTNH-Colen
2023-01-01Working SIDE 3 on block rendererGTNH-Colen
2023-01-01Working SIDE 4 on block rendererGTNH-Colen
2023-01-01Working SIDE 2 on block rendererGTNH-Colen
2023-01-01Working bottom on block rendererGTNH-Colen
2023-01-01TestGTNH-Colen
2023-01-01Heating element change (#1618)Pxx500
2022-12-31TestGTNH-Colen
2022-12-31Draw block worksGTNH-Colen
2022-12-31Merge pull request #50 from GTNewHorizons/big_lsc_lolMartin Robertz
Big LSC lol
2022-12-31Add a Null Check to fix server crash (#469)Spacebuilder2020
2022-12-31wrong number my badadam riondy
2022-12-31as branch's name say, big lsc lol (50 tall instead of 18)adam riondy
2022-12-30Fix (#1616)Pxx500
Allows players to use any rubber instead of just one. As other tiers have that.
2022-12-30Make DD offiically tier 9 (#30)Connor-Colenso
Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
2022-12-30Improve NEI customizability (#1583)miozune
* Move descriptions to recipemap * Move tooltips to recipemap * Move overlays to recipemap * Use shared code for generating grid positions * 2 fluid inputs for freezer recipes * Add deprecation javadoc
2022-12-30Add Failsafe for getCasingTextureForId to prevent null page. (#1612)Phineasor
2022-12-30possible fix (#1614)Martin Robertz
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/12139 (cherry picked from commit 64f7433f2fab2eff618bb25997c303516fdab3f8)
2022-12-30TestGTNH-Colen
2022-12-30Sorta rightGTNH-Colen
2022-12-30Fix animation not replacing itselfGTNH-Colen
2022-12-30Working EOH star creation animation on recipe startGTNH-Colen
2022-12-30disable auto recipe (#1611)chochem
2022-12-29Add flowers to EIG (GTNewHorizons/bartworks#254)Jakub
* Add flowers to EIG * There are custom handlers now
2022-12-29Add flowers to EIG (#254)Jakub
* Add flowers to EIG * There are custom handlers now Former-commit-id: ed1e0053dbbc1b30497f85111fda61e1469357e2
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>