aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/common/tileentities
AgeCommit message (Collapse)Author
2022-05-05Fix logic to determine LSC capacitor tiermiozune
2022-05-03FixesSteelux8
2022-05-03SOFC TweaksSteelux8
- Improved the output of the Mk I and reduced oxygen consumption to make it more viable compared to using singleblock gas turbines; - Tweaked the fuel consumption calculation to always round down; - Clarified the fuel consumption speed in the tooltip; - Changed the Mk II fuel consumption to save fuel if its fuel value is above 1M per bucket (Nitrobenzene gives 125% fuel efficiency instead of 100%).
2022-03-30Fix secondary descriptionMuXiu1997
2022-03-28Fix secondary descriptionMuXiu1997
2022-03-13Change existing buff to 6xunknown
2022-03-06SOFuelCells StructureLib integrationkuba6000
2022-03-04fix lsc uhv capacitor energy capGlease
2022-03-02remove useless commentGlease
2022-03-02structurelib support for LSCGlease
2022-02-23Fix actual storage calculationunknown
2022-02-20Buff energy storage per cellunknown
2021-05-22fix(texture): remove use of deprecated CASING_BLOCKSLéa Gris
2021-05-12Average EU/t in/out added to getInfoData()Matt
2021-05-11Fixed issues with injectEnergyUnits and drainEnergyUnitsMatt
2021-05-11undid change to getInfoData()Matt
2021-05-10forgot to remove the "|| true" on the multiblock checkMatt
2021-05-10Energy detector covers now show average EU/t in/outMatt
2021-04-29Merge pull request #12 from Prometheus0000/cap-changeMartin Robertz
Add EV and empty capacitors
2021-04-29Change int to double to properly use fractionsPrometheus0000
2021-04-19Update TT text to reflect changesPrometheus0000
2021-04-19Add check for more than 50% non-empty capsPrometheus0000
2021-04-19Get 3rd switch to work in a functionPrometheus0000
2021-04-18LSC now works with EU Detector CoverMatt
2021-04-18Revert previous and move the other 2 switches to functionsPrometheus0000
They actually work right, will redo the other one when I figure out how to get it to do the structure check properly
2021-04-17change switch to functionPrometheus0000
2021-04-17Remove the other one that doesn't do anythingPrometheus0000
2021-04-17FixPrometheus0000
2021-04-16Add icons and recipes, and clean up spacesPrometheus0000
2021-04-15Add EV and empty capacitorsPrometheus0000
No recipes, reused textures for now
2021-02-10Merge pull request #9 from GTNewHorizons/fix-getTankInfo-nullMartin Robertz
fix-getTankInfo-null
2021-02-10fix tfft voiding fluids if a restrictive hatch was emptykorneel vandamme
2020-12-26fix-getTankInfo-nullbotn365
fix null pointer crash on starting up server when using fluid ae to read fluids
2020-12-15fix getTankInfo not geting the fluidskorneel vandamme
2020-11-19Fixed build since I changed the name a littlePrometheus0000000
2020-11-19More text changesPrometheus0000000
2020-11-19FixPrometheus0000000
2020-11-19Change multi tooltips to rely on GT for it insteadPrometheus0000000
2020-10-10fix voiding and made fluid pos statickorneel vandamme
2020-06-23Started to imlements BeamTransmitterkekzdealer
2020-06-22tried to fix GTTexture, removed more deprecated codekekzdealer
2020-06-21added conversion recipe to update old multi hatcheskekzdealer
2020-06-18Shortened screwdriver handling code related to TFFT; Fixed AOOB Exception ↵kekzdealer
when IC in TFFT GUI exceeds number of stored fluids
2020-06-18changed multi hatch to use some default texture from GT so I can test the ↵kekzdealer
actual functionality
2020-06-11Implemented new class for GT rendered textures!kekzdealer
2020-06-11Refactored MultiFluidHandler initialization to use a custom initializer ↵kekzdealer
method that doesn't require leaking the stored fluid objects
2020-06-11Finished auto-output handler code; Removed/Deactivated deprecated code from ↵kekzdealer
old multi hatch TE
2020-06-11New multi hatch code cleanup; Added auto-output handler; Removed object ↵kekzdealer
exposing method from MultiFluidHandler
2020-06-08Removed everything related to Item Server;kekzdealer
Deprecated current TFFT Multi Hatch in favor of GTMTE version
2020-06-07just pushing to repokekzdealer