aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/common/tileentities
AgeCommit message (Collapse)Author
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
2020-06-07save multi hatch facings to nbtkekzdealer
2020-06-05Multi hatch only shows connection texture on outwards facing sidekekzdealer
2020-06-04Implemented sub types for TFFT Multi hatchkekzdealer
2020-06-04Register SE Cap TE; Make caps not red when structure forms (only for ↵kekzdealer
debugging checkMachine())
2020-05-20Added EU I/O to LSC info datakekzdealer
2020-05-19Working on capacitor check...kekzdealer
2020-05-19capacitors pulse red on maintenancekekzdealer
2020-05-18trying out fancy jdoc linkskekzdealer
2020-05-18Implemented TESR for Space Elevator Capacitors. This allows me to change ↵kekzdealer
their colour saturation on the fly to sync it with the elevator charge state. - Added tooltip to the caps to tell players that the invisible top/bot faces are intended as a performance improvement
2020-05-18Fixed thether beam being culled when source block is out of sightkekzdealer
2020-05-18beam is now rendered from farther away, improved tether texture, renamed ↵kekzdealer
some more renderer vars to be more clear
2020-05-18moved renderer package to client package, added Space Elevator Tether and a ↵kekzdealer
TESR, added Space Elevator Capacitor
2020-05-17Added Space Elevator Structure blocks textures and added them to the GTMTE codekekzdealer
2020-05-17Added Space Elevator GTMTEkekzdealer
2020-05-17Endpoint shows name of Source when connectedkekzdealer
2020-05-17Massive code cleanup and rewrite for Item Proxy techkekzdealer
2020-05-17Worked on ConduitRenderer. Block bounds are soon correctly set. The TE's ↵kekzdealer
isConnected() method doesn't work.
2020-05-14code cleanup so I understand it betterkekzdealer
2020-05-14Updated LSC tooltip, added meta specification to jar recipeskekzdealer
2020-05-14Guarded against some edge case where you could get stuck with a wrong ↵kekzdealer
passive loss
2020-05-14Fixed LSC glass shell check for LSCkekzdealer
2020-05-14Removed Really Ultimate Capacitor subblock from the gamekekzdealer
2020-05-14Implemented maintenance effects for the LSCkekzdealer
2020-05-14Fixed block meta merging bskekzdealer
2020-05-13removed leftover debug print, and fixed multi hatch not saving it's ↵kekzdealer
autoOutput state
2020-05-13fixed LSC not checking that there's no glass mixing on the roofkekzdealer
2020-05-13Removed laser hatch bug disclaimer in LSC tooltipkekzdealer
2020-05-13Fixed power not being calculated correctly for laser hatches in LSCkekzdealer
2020-05-13code cleanup, recipe fixkekzdealer
2020-05-12Added disclaimer that laser hatches don't work yetkekzdealer
2020-05-12changed wording in LSC info data from "running cost" tp "passive loss"kekzdealer
2020-05-12Revert "added overflow protection when dealing with TT laser hatches, as ↵kekzdealer
their throughput might exceed MAX_LONG" This reverts commit dc21eafe10f52ce9cf55b651de72ba48667187c3.
2020-05-12removed line to apply a casing texture to laser hatches. Their spray colour ↵kekzdealer
should be visible
2020-05-12added overflow protection when dealing with TT laser hatches, as their ↵kekzdealer
throughput might exceed MAX_LONG
2020-05-12code cleanupkekzdealer
2020-05-12bug fix version bump, fixed input calculationkekzdealer