Age | Commit message (Collapse) | Author |
|
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
Previously this is called too early that many fluid are simply not yet registered.
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
* Bee Definition Cleanup
Removed a Lot of boilerplate code, by using Consumers instead of Overrides
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
* Made Use of Static imports
+ use "Color" class for better IDE integration & readability
+ parameterised some Generics
+ reroute some Method overloads
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
* fixed an oversight
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
* fixed a typo
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
|
|
Digital chest void overflow
|
|
|
|
It is now 225 second per block height. A standard 3x4x3 cleanroom will take 7.5 minute to fire up (down from 8.33 minute). Any wider will not cause it to slowdown. The cleanroom will be overclockable (not perfect).
|
|
|
|
|
|
|
|
|
|
fix multi smelter only given 1 item if the even if the recipe gave more then 1 item
|
|
|
|
This makes it waste the extra fuel value, give the optimal output advertised on tooltip and always have an efficiency of 100%.
|
|
|
|
change T1 heavy Duty ingot recipe from crafting to Assembler HV
change Iridium Alloy Ingot recipe from crafting recipe to Assembler IV
(cherry picked from commit ec51124197a8009d38e2e2027667b5c40569175f)
|
|
Add Cactus and Sugar Fuesl from gt++ to the single Block Boiler burn list
Allow for Cactus/sugar coke/coal to be used as fuel in coal boilers. #6438
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6438
(cherry picked from commit eb900fccc4dc85dee445498c9524c9a75b5529e6)
|
|
Add Raw Poatal Block for DD Infusion recipe
|
|
|
|
|
|
* Rework clientside pollution
* Pollution rework
* removed debug
|
|
|
|
Cover guis
|
|
|
|
Unified Large Chem reactor OC
|
|
|
|
|
|
|
|
|
|
Fixed missing annotation, prevents crashing Server Side if class is accessed reflectively.
|
|
related #294
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
|
|
Made Flask icon handling more flexible.
|
|
|
|
|
|
|
|
|
|
|
|
Autoclave get a new input slot
|
|
Naquadria combs give naquadah ore #6120
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6120
|
|
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6120
(cherry picked from commit a3dbffc92ebf8b89a24e29339cf9064ce7437b70)
|
|
|
|
FluidRenderer Fixes
|
|
+ Made GT_FluidDisplayItem.getIconFromDamage NEVER return null
+ Made GT_FluidDisplayStackRenderer reset its OpenGL calls before returning
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
|
|
|
|
|
|
|
|
miner would be digging whole number of standard 3x3 veins (if placed properly)
|
|
|
|
block mode
fixed scanner info & tooltip
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5836
|