Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
* Buff Celestial Tungsten Plasma fuel value to 720M
* Change mk1 chain values
* Change mk2 chain values
* Change mk3 chain values
* Correct krypton plasma output
* spotlessApply (#670)
Co-authored-by: GitHub GTNH Actions <>
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
* Remove Dragonblood from comb qft recipe
This removes the unreal 100l of dragonblood in QFT.
* spotlessApply (#668)
Co-authored-by: GitHub GTNH Actions <>
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
* remove GC ASM - was broken and disabled anyway
* tooltip change was also permanently disabled
|
|
* Update dep + change comb recipe
* Update RecipeLoader_ChemicalSkips.java
* spotless
|
|
* fix gt++ pollution tooltips
* do it without reflection
|
|
* Adds a comb recipe to QFT
Addition to PMP recipe, a comb pmp recipe needing Osmium, Palladium, Iridium and Platinum combs to give 2x more output than the regular PMP QFT recipe.
This also needs a dep update from gt5u 5.09.43.67-pre to 5.09.43.79-pre
* Spotless
|
|
|
|
* Add plasma fuel value generation for Runite
* Change XL penalty formula's magic value
* Add new fuel values for the new plasmas
* spotlessApply (#657)
Co-authored-by: GitHub GTNH Actions <>
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
* Add new recipes for powergen plasmas
* Change recipe implementation to RA2
* spotlessApply (#652)
Co-authored-by: GitHub GTNH Actions <>
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
* disable asm that messed with tinkers fluid lighting
* remove unused config and asm file
|
|
|
|
* Add efficiency nerf for low grade plasmas when used with high tier rotors
* Add note to tooltip
* spotlessApply (#650)
Co-authored-by: GitHub GTNH Actions <>
* Remove helium from blacklist
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Update to new void protection API
* Update method names
* Update GT
|
|
* blacklist benzene and helium plasma
* change to a list and add null check
* use hashset
|
|
|
|
* added chisel input busses
* fix industrial chisel tooltip
* fixes industrial chisel
|
|
* ExxonMobile Chemical Plant: Fix the Blockrenderer Structure Preview
this makes it suggest to use only 1 Catalyst Housing.
the multi can still form with 0 or multiple housings.
recipes that require catalysts only work with 1 housing.
* ExxonMobile Chemical Plant: Fix the Blockrenderer Structure Preview
this makes it suggest to use only 1 Catalyst Housing.
the multi can still form with 0 or multiple housings.
recipes that require catalysts only work with 1 housing.
* Merge remote-tracking branch 'origin/master'
* Update GregtechMTE_ChemicalPlant.java
* Arc Furnace: Fix Blockrenderer Preview
* Arc Furnace: Fix Blockrenderer Preview
* Merge remote-tracking branch 'origin/fixarcfurnace' into fixarcfurnace
---------
Co-authored-by: Fiyorin <david@bitmail.cc>
Co-authored-by: Martin Robertz <dream-master@gmx.net>
|
|
|
|
|
|
* ExxonMobile Chemical Plant: Fix the Blockrenderer Structure Preview
this makes it suggest to use only 1 Catalyst Housing.
the multi can still form with 0 or multiple housings.
recipes that require catalysts only work with 1 housing.
* ExxonMobile Chemical Plant: Fix the Blockrenderer Structure Preview
this makes it suggest to use only 1 Catalyst Housing.
the multi can still form with 0 or multiple housings.
recipes that require catalysts only work with 1 housing.
* Merge remote-tracking branch 'origin/master'
* Update GregtechMTE_ChemicalPlant.java
---------
Co-authored-by: Fiyorin <david@bitmail.cc>
Co-authored-by: Martin Robertz <dream-master@gmx.net>
|
|
* add catalyst
* recipes
* not here
|
|
* Always store at least 2048 EU regardless of tier, so that the machine can work properly
should close #11190 in GTNewHorizons/GT-New-Horizons-Modpack
* change tooltip to match real formula
should close #13238 in GTNewHorizons GT-New-Horizons-Modpack
* shot in the dark to fix some chemical formulas
* Fix hardcoded formula for ZrF_4
* fix nitinol formula
* Add a method to count uppercase characters
* A better shot at fixing chemical formulas
Added ghetto detection of when there is more than 1 element in a grouping, even when their symbols combined don't exceed three characters (like hydroxide)
* fix material components in ammonium tetrafluoroberyllate
last in a series of commits designed to resolve #11340 in GTNewHorizons/GT-New-Horizons-Modpack
* Add a method that only exposes the data orb selected by the circuot
* Make the duplicator only check for recipes with the selected data orb
Should close #11583 in GTNewHorizons/GT-New-Horizons-Modpack
* Change TGS tooltip to reflect real behavior
* Change TGS info in NEI to reflect true behavior
Should close #11650 in GTNewHorizons/GT-New-Horizons-Modpack
* Don't remove energy from the PSS when it attempts to fill a full hatch
should resolve #13317 in GTNewHorizons/GT-New-Horizons-Modpack, where the issues was mistakenly identified as the PSS accepting power when it is full. In fact, it does stop accepting power when full, but it is constantly leaking power into hatches.
However it should be noted that unless the PSS has no hatches, it pays a tax each tick which will of course mean that it is almost never going to be filled up.
* Fix some minor errors due to writing all previous commmits with github's file-view edit feature
try it sometime and suffer!
also spotless apply
* better formatting
* off by one
* add a line for power loss in the gui
* fix 0iq moment
* Revert "Don't remove energy from the PSS when it attempts to fill a full hatch"
This reverts commit c20cc0b3a528872c8003bea2944aa1ad7a020e01.
* typo
* additional typo
* Delete layout.json
merp
|
|
|
|
|
|
|
|
With the ForgeDirection migration, the signature of the getTexture() in
GT_MetaPipeEntity_Cable changed and the @Override annotation in the GT++
subclass was accidentally dropped.
|
|
|
|
|
|
With the ForgeDirection migration, the signature of the getTexture() in
GT_MetaPipeEntity_Fluid changed while forgetting to update the GT++
subclass. I'm guessing this is rooted in the fact that this method was
missing the @Override annotation.
|
|
|
|
* Remove unused code & migrate to FluidSlotWidget
* Update dependencies.gradle
---------
Co-authored-by: Martin Robertz <dream-master@gmx.net>
|
|
* add channels to MABS
* update build scripts
|
|
|
|
|
|
* New multi class and calling the class
Enable the multi when loading
Config handler for the multi
More enabling
Multi controller recipe
Add necessary recipes to new, custom recipemap
Add function to generate new recipes
Declare item for the controller
Define recipe map for the multi
Render NEI page for the recipemap properly
Change P output from 7 to 6 in recipe
Spotless apply
* Revert Wildcard on compat handler
* Fixes in Salt Plant main class
* Remove run1 method
* Spotless apply
* add isInputSeparationButtonEnabled override
* spotlessApply (#615)
Co-authored-by: GitHub GTNH Actions <>
---------
Co-authored-by: Martin Robertz <dream-master@gmx.net>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|