aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-12-11update bs+sa+depsMartin Robertz
2023-12-11fixMartin Robertz
2023-12-11Change EoH number formatting to standard form (#266)Connor-Colenso
* Format numbers better with standard form * this class was removed/migrate earlier --------- Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-12-06fix whitelisted fluids (#265)GDCloud
2023-12-05dont divide by 0 (#264)GDCloud
2023-12-04tweak stellar plasma consumption (#263)GDCloud
2023-12-03Migrate to new RecipeMap (#261)miozune
* Migrate to new RecipeMap * update gradle+deps+bs --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-12-03Optimise EOH Renderer and fix transparency bug (#258)Connor-Colenso
* Clean up EOH rendering and fix transparency bug * Optimise the renderer somewhat * Lower poly count of space shell * spotlessApply * fix wci * update bs+deps * Change EOH render hitbox * Imports + spotless * Fix bounding box and culling * Update src/main/java/com/github/technus/tectech/rendering/EOH/EOH_RenderingUtils.java Co-authored-by: Raven Szewczyk <git@eigenraven.me> * Update src/main/java/com/github/technus/tectech/rendering/EOH/EOH_RenderingUtils.java Co-authored-by: Raven Szewczyk <git@eigenraven.me> * Update src/main/java/com/github/technus/tectech/rendering/EOH/EOH_RenderingUtils.java Co-authored-by: Raven Szewczyk <git@eigenraven.me> * Add constant * blendfunc * Hitbox change * Spotless --------- Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <unknown> Co-authored-by: Martin Robertz <dream-master@gmx.net> Co-authored-by: Connor Colenso <colen@CONNORSPC> Co-authored-by: Raven Szewczyk <git@eigenraven.me>
2023-11-27Some more EOH changes (#260)GDCloud
* small changes * update comment
2023-11-23Fixing the EOH OC situation (#256)GDCloud
* tooltip changes * typo * return to old formula and switch to bigint * add new item + texture * actually load the item * power formulas * start on stellar plasma integration * rework math * make static * grammar * spotless * astral array fabricator recipe * tooltip work * adjust recipe * fix build errors * address reviews * FluidStackLong * more long fluid stack stuff * fix nei fluid amounts * add brackets * undo wildcard import * rework loop for checking aaf amount * wrong nbt tag * address reviews v2
2023-11-09Check all slots for available circuits instead of only the first (#254)Pelotrio
2023-11-07Fix creative tab NPE (#253)bjin2000
2023-10-30Update ResearchStationAssemblyLine.javakuba6000
2023-10-20spotlessApplyGitHub GTNH Actions
2023-10-20Fix missing methodConnor Colenso
2023-10-18fix ofBlocksTiered notSet misuse (#248)Glease
2023-10-17Switch to GT XSTRmiozune
2023-10-15More cleaning (#246)Connor-Colenso
* Remove unused font renderer * Remove unused gui stuff * Remove deprecated recipes for parametrizers and change creative tab item to high power casing. More iconic for the mod imo. * Remove commands that are only used for a deprecated block * Remove some unused config option for disabling GT material stuff * TecTech chunk custom saving thing? Not entirely sure why this exists, it seems to serve no purpose? * Clean up some unused code * Remove a bunch of random stuff * Seems unused? * Spotless * More cleaning + spotless, random unused stuff * No swearing * Update buildscript --------- Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
2023-10-05Cleanup isValidMetaTileEntity and some more (#245)miozune
* Cleanup isValidMetaTileEntity * Remove empty Javadoc tags * Remove unused classes
2023-10-03fix EoH crash on restart (#244)Glease
* patch weird NPE * update buildscript
2023-09-15Fix missing item crash (#242)Connor-Colenso
* Fix build issue * spotlessApply (#243) Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-10update sa+depsMartin Robertz
2023-09-09Fix diamond axe recipeConnor Colenso
2023-09-09higher tier SCs in mainframes (#241)GDCloud
2023-09-04Cleanup old content and add GT++ patch (#239)Connor-Colenso
* Remove unused EM item * Remove more unused EM stuff * Checkpoint for more EM removal. * Progress! * Update texture * Fix textures and remove unused EM pipe * Remove deprecated datastick reader. * Spotless * Remove wormhole multi, unused. --------- Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> Co-authored-by: Connor Colenso <colen@CONNORSPC>
2023-08-02Fix TT extended Multis using wrong exotic energy input hatches list (#237)BlueWeabo
* fix TT extended Multis using wrong exotic energy input hatches list * go away from using stream and use addAll
2023-07-30Fix wireless energy voiding (#236)Harry
* Fix wireless energy hatch voiding energy * avoid bigint
2023-07-25Validate ObjectInputStream (#235)miozune
2023-07-25Validate side when processing packet (#234)miozune
* Remove outdated script * Update dependencies * Validate side when processing packet
2023-07-24Add support for Crafting input hatch (#233)Harry
* Add support for Crafting input hatch * spotless
2023-07-17Don't require both hatch parameters to be non-null to copy them (#232)Maxim
2023-07-11fix (#231)GDCloud
2023-07-10Implement generic processing logic (#226)Maxim
* Migrated EoH * Added deprecation for checkRecipe_EM * Migrated QC * Migrated DB * Migrated AT * Migrated RS and scanner * Migrated EI * Migrated switch * Migrated microwave * Migrated tesla tower * Fixed implementation of texts * update deps * Addressed review comments * Update dependencies.gradle * Update dependencies.gradle * update deps --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-07-08High amp wireless + low amp recipe changes (#228)GDCloud
* adjust low amp wireless recipes * add hatches * localization * texture * recipes * fix circuits * custom texture * fix achievement localisation * number formatting * Small clean. * spotlessApply (#230) Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-08fix transformer maintenance status (#229)Quetz4l
* fix transformer maintenance status * fix transformer maintenance status * change the type of function from public to protect * change the variable name from isNeededMaintenanceChecks to hasMaintenanceChecks
2023-06-20Fix energy infuser and stocking bus interaction (#224)miozune
2023-06-19Fix EOH recipe time (#223)Connor-Colenso
This recipe was "buffed" by ~170x by someone to a nonsense number. The user at this tier is making likely in the region of 500B EU/t, if not more. OCing this 5-6 times will cost 236B - 1T EU/t and take 375-750 seconds. A much more reasonable value. For comparison, this multi at its best makes 12T EU/t, that means that the EU cost to craft this currently is 6% of 1 tick of energy output. This is clearly absurd. In future please discuss content changes with the actual author to get intent rather than randomly changing things.
2023-06-14butcher EOH controller recipe time to 5m like every other controller were (#222)RIONDY 'POPlol333' Adam
2023-06-13remove recipes (#221)GDCloud
2023-06-07EOH tooltip touch-up (#220)GDCloud
* tooltip changes * typo
2023-06-04fix (#219)GDCloud
2023-06-02tradeoff (#218)GDCloud
2023-05-29butcher controller recipe time (#217)RIONDY 'POPlol333' Adam
* butcher controller recipe time * oh lol tpm time too
2023-05-28Added higher explosion resistance to pipe casings (#216)Maxim
2023-05-19gui changes + add some getters and setters (#214)梅天佑
2023-05-19adjust uxv part recipes (#215)GDCloud
2023-05-17Use Avaritia variant of Tinkers' parts (#213)miozune
2023-05-14Rework EOH overclock formula (#208)GDCloud
* rework OC formula * better wording * new formula * wording (it's not always increasing) * address review + shorten drain time
2023-05-14Enable MuTEs to have lasers (#187)BlueWeabo
* it works?!? * fixes * spotless
2023-05-14Fix infinity plate (#207)Martin Robertz
* fix Large Infinity plates use TGregworks not Tcon mod * update bs * Update src/main/java/com/github/technus/tectech/loader/recipe/ResearchStationAssemblyLine.java Co-authored-by: miozune <miozune@gmail.com> * Merge branch 'fix-Infinity-Plate' into fix-Infinity-Plate-2 # Conflicts: # src/main/java/com/github/technus/tectech/loader/recipe/ResearchStationAssemblyLine.java * change if mod is loaded * spotlessApply (#209) Co-authored-by: GitHub GTNH Actions <> * spotless * spotlessApply (#210) Co-authored-by: GitHub GTNH Actions <> * remove infos about plates * add gt material * check if GG is loaded * spotlessApply (#211) Co-authored-by: GitHub GTNH Actions <> * fix * sa * spotlessApply (#212) Co-authored-by: GitHub GTNH Actions <> * fix derp * duct tape fix prevent crashing * sa * add missing import * Fix Bedrockium * oops --------- Co-authored-by: miozune <miozune@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>