aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/common/tileentities
AgeCommit message (Collapse)Author
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
2020-05-12Structure bug fixkekzdealer
2020-05-12LSC running cost fixkekzdealer
2020-05-12Removed debug prints and added TT Laser supportkekzdealer
2020-05-11Another attempt at checkMachine() fix :T. Tried to add research text to ↵kekzdealer
research notes (the handheld item)
2020-05-11added after:dreamcraft dependency in attempt to fix assembly line recipes ↵kekzdealer
missing
2020-05-11Again, trying to fix LSC checkMachine(). Attempting recipe gen for (R)U ↵kekzdealer
batteries. Added recycling recipes for capacitor blocks
2020-05-11another try at fixing jar research. Fixed LSC checkMachine().kekzdealer
2020-05-10Did work on adding LSC recipe stuffkekzdealer
2020-05-10BW and TT don't seem to like each otherskekzdealer
2020-05-10add TT hatch support for LSCkekzdealer
2020-05-09Finished checkMachine(), TT hatches still missingkekzdealer
2020-05-08Fixed missing 0 in lapo cap tooltip, continued working on LSC checkMachine()kekzdealer
2020-05-08TFFT structure code overhaul. Also corrected the tooltip a bunch.kekzdealer
2020-05-07Removed outdated documentationkekzdealer
2020-05-07Moved TFFT auto void logic to MultiFluidHandlerkekzdealer
2020-05-06Setting up IntelliJ fileskekzdealer
2020-05-04visiting LucyChristina Berchtold
2020-04-29split gui-/containers into client/common packagesChristina Berchtold
2020-04-29added chat feedback when toggling TFFT multi hatch auto-outputChristina Berchtold
2020-04-28updated TFFT tooltipChristina Berchtold
2020-04-26Fixed Void Jar dupebartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-04-26fixed recipes for jars and wrote research lorekekzdealer
2020-04-25huge refactor of recipe and block registrationChristina Berchtold
2020-04-25improved jars are correctly placed after picking them up. Also cleaned up ↵Christina Berchtold
recipe registration
2020-04-24shelved ItemServer for next releaseChristina Berchtold
2020-04-24Item Server checkMachine() fixedChristina Berchtold
2020-04-24moved blocks and TEs into 'common' packageChristina Berchtold