aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
AgeCommit message (Collapse)Author
2024-05-24Add scanner mode for research station (#283)RealSilverMoon
* Using shutdownReason for tt machines * Fix import * Add scanner mode for research station
2024-05-22Forge of the Gods continued (#282)GDCloud
* whole lotta plasmas * adjust plasma recipe times * fix up plasma nei page * change module names + very minor cleanup * refactor a bunch + add OC heat, energy discount, effective fuel factor and misc module functionality * rework internal battery * add graviton shard cost to upgrades * add module count restriction * display module connection status in gui * add processing voltage calculations * add special overclock functionality * make nbt data sticky * add exotic module bonuses & fix stacksize issue * add module refresh and new logo * add gorge logo and fix processing voltage * redo recipemap swapping * redo exotic module nei page * add required upgrade check for modules * swap object types * undo star import * save milestone relevant stats * add functionality and basic gui to milestones * undo star import * add new magmatter mechanic * fix exotic module bonuses * blacklist furnace mode from recipe milestone * make milestones grant graviton shards * exotic module nei improvements * new main and module structure * slight structure adjustment * new module screen textures + fix furnace mode toggle sound * add rings to structure * small split upgrade check adjustment * lore dump v1 (thx deleno) * add tooltip delay * base upgrade 101 off of new variable * technical text dump + some upgrade gui adjustments * minor structure adjustment * structure adjustment followup + place button higher in upgrade window * remove unused code * rework milestone window & add inverted milestone + corresponding math * minor structure adjustment * add individual milestone windows + milestone symbol in upgrade BGs * fix long overflow in power tally * more milestone ui work * fix input hatch npe * more milestone work * yet another structure adjustment * add logic for structure milestone * add logic for structure milestone inversion * small followup fixes * upgrade window text changes * new debug button * lower max scroll distance to match the star * add startup cost * some startup cost fixes * primitive item insertion window
2024-03-28Show amperes in/out in tooltip of energy hatches. (#279)Abdiel Kavash
2024-03-12Forge of the Gods (#225)GDCloud
* Initial commit * Graviton Modulation Casings * It forms * testing cursed things, will rework soon * test better recipe check * get rid of cursed stuff * fix OC * parameter shenanigans * fuel input hatch * redo fuel drain * fluid output * add blocks * run on preload * dependency bump * preliminary structure works * fix some misc things * New class * Fix build issue * 1 hatch * Cleaning up code with seperate class for structure string * start on modules * Spotless + Smelting Module Class + BaseModule Changes * Remove useless import * ... * protected * trying module things * add checkRecipe, remove some redundant stuff * Initial commit * Graviton Modulation Casings * It forms * testing cursed things, will rework soon * test better recipe check * get rid of cursed stuff * fix OC * parameter shenanigans * fuel input hatch * redo fuel drain * fluid output * add blocks * run on preload * preliminary structure works * fix some misc things * New class * 1 hatch * start on modules * Fix build issue * Cleaning up code with seperate class for structure string * Spotless + Smelting Module Class + BaseModule Changes * Remove useless import * protected * trying module things * add checkRecipe, remove some redundant stuff * ... * New Classes + Modules * Recipe Maps * fix deps * recipe map fixes * make modules connect * spotless * remove recipe functionality + misc cleanup * parallel parameter * remove unneeded check * fix item to fluid conversion + remove parameter * outputs appear now * remove parallel param * improve scanner info * parameter adjustment + add onRemoval * parameter followup * plasma module (almost) fully works * attempt at fixing param * Fixes & stuff * Recommendation fixes * tooltip upgrade * Spotless for clean * plasma recipe map * recipe adder * first recipes * use new recipe map * Recipe map change stuff * recipe map fixes * some quick fixes * Spotless * fix null checks * batch size * add input separation * add batch mode parameter and functionality * spotless * first recipe addition loops * start on ui (add button) * spotless * add rendering block * render tile * more rendering * summon render block * spotless again * greyscale * lighter * why is rendering a pain * fix merge conflicts * is this the conflict? * spotless * merge conflict again :pensib: * start on upgrade gui * more upgrade gui things * saving * resolve merge conflicts & crashes * redo added blocks + add new ones + some tooltip stuff * more tooltip stuff * one more casing * forgot this * redo module processing logic * migrate to wirelessNetworkManager * quark gluon -> exotic * forgot achievements * adjust plasma module recipemap to prepare for upgrades * migrate to nice mui gui * some more plasma recipemap changes * eve more plasma recipemap changes, yay * everyone loves plasma recipemap changes * they never end, do they * exotic module recipes (wip) * exotic module recipe processing (mostly works) * prevent duplicate materials * make input sizes random * fix gt++ material conversions * nbt data things * start on magmatter mode + misc stuff * more magmatter work * no need for putIfAbsent + added awdr and runite * load recipemap from nbt * getFluidsStored -> inputFluids * add upgrades and make them scrollable * assign window colors to upgrades * green background * green background * redo upgrade IDs and add boolean array for storing whether they are active * implement system to restrict the order which upgrades can be bought in * add split functionality * switch to constants * reset button tooltip + change texture of upgrade if active * some cleanup + new fuel config * button BGs, altered power switch + localisation * fuel config window + save everything to nbt + random stuff * new helper class + fuel calculations * heat calculations + some molten module logic adjustments * more calculations, fuel hatch removal, transfer values to modules, internal fuel battery * use values in module processing * switch to UUID * switch to numericWidget * fix speedbonus being infinite sometimes * move method over to godforgeMath + very minor exotic module changes * remove this so it actually loads * new texture * switch to processInitialSettings * remove wireless energy things * add furnace mode * mode localisation * remove author tag * scala bad (switch away from scala arrays) * nuke all star imports (& godforge recipemap) * minor wording changes * add mod checks * mod check * revert star textures * return widget * dont return object types * forgot I even enabled debug, whoops * remove unnecessary GL11 calls --------- Co-authored-by: TheEpicGamer274 <102255081+TheEpicGamer274@users.noreply.github.com> Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> Co-authored-by: BlueWeabo <76872108+BlueWeabo@users.noreply.github.com>
2024-01-21Add debug uncertainty (#267)HoleFish
* Add debug uncertainty * tier * recipe and text * Add debug uncertainty * tier * recipe and text * adjust recipe
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-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-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-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-06-20Fix energy infuser and stocking bus interaction (#224)miozune
2023-05-28Added higher explosion resistance to pipe casings (#216)Maxim
2023-04-26Parametrizer Memory Card improvementsmiozune
2023-03-24address reviewsGDCloud
2023-03-24add max for good measureGDCloud
2023-03-24achievementsGDCloud
2023-03-24new texturesGDCloud
2023-03-02Remove Mistake in descriptionLewisSaber
2023-02-18Add proper descriptions for some blocksGTNH-Colen
2023-02-11LocalisationsGTNH-Colen
2023-02-11LocalisationGTNH-Colen
2023-01-10New textures for tiered blocks.GTNH-Colen
2023-01-07Add star fieldGTNH-Colen
2023-01-06Revert colour system, too complex.GTNH-Colen
2023-01-02Grayscale texturesGTNH-Colen
2023-01-02Grayscale texturesGTNH-Colen
2022-12-31Draw block worksGTNH-Colen
2022-12-30Working EOH star creation animation on recipe startGTNH-Colen
2022-12-29Working sun obj and rotation + alpha blend overlay in EOH.GTNH-Colen
2022-12-09Add no-inventory GUI for multiblockmiozune
2022-11-19Parametrizersmiozune
2022-11-18Multiblockmiozune
2022-11-18Uncertainty Resolversmiozune
2022-11-16Deprecate Data Readermiozune
2022-11-16Object Holder & Rackmiozune
2022-09-24Update zh_CN.lang[Kiwi233]
2022-08-24Purge OpVmiozune
2022-08-07Changed tooltip to fit the new behaviorminecraft7771
2022-07-25Improved tesla tower tooltipminecraft7771
2022-07-24Added Quantum Processing Machine tooltipminecraft7771
2022-07-23Added enhanced tooltips to every multiblock controllerminecraft7771
2022-06-04Update zh_CN.lang[Kiwi233]
2022-04-23laser mode for debug genGlodBlock
2022-02-06More locale workTec
2022-02-06Update TT_UtilityTec
2022-01-31Merge branch 'GTMEGA/nh-upstream'Tec
2022-01-30Merge branch 'GTMEGA/master'Tec
# Conflicts: # src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaDequantizer.java # src/main/java/com/github/technus/tectech/compatibility/thaumcraft/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_essentiaQuantizer.java # src/main/java/com/github/technus/tectech/loader/MainLoader.java # src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_decay.java # src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_dequantizer.java # src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_quantizer.java # src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_scanner.java # src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/base/GT_MetaTileEntity_MultiblockBase_EM.java # src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_collider/GT_MetaTileEntity_EM_collider.java # src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/em_machine/GT_MetaTileEntity_EM_machine.java
2022-01-27Cleanup Atoms Localization, and FontRendererTec
2022-01-23Separate EM to new tabTec