aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus/xmod/gregtech/common
AgeCommit message (Collapse)Author
2024-02-15fix QFT tooltips (#835)HoleFish
fix tooltips
2024-02-14Fix crop harvester stopping after 1 crop if harvesting is off (#833)Lyfts
fix crop harvester stopping after 1 crop if harvesting is off
2024-02-13Enable perfect OC on the matter fabrication CPU recycler mode (#834)GDCloud
enable perfect OC on recycler mode
2024-02-104/4 overclocks for IsaMill and FlotationCell again (#831)HoleFish
restore 4/4 oc
2024-02-10Fix LFTR (#832)HoleFish
* Fix hatch * fix fuel search * spotless
2024-01-22Fix QFT (#829)HoleFish
* Apply ParallelHelper methods * Plasma hatches support ME hatches * little change * Forced structure check * Batch Mode and sub 1t oc will not affect plasma consumption * Fix finding programmed circuit in input bus * highlight tooltips * Fix hatch requirement and machine tier check * spotless
2024-01-20Fix void protection of dangote (#827)HoleFish
override canDumpToME
2024-01-20Fix XL Heat Exchanger description (#828)HoleFish
fix tooltips
2024-01-20Fix chemical plant (#821)HoleFish
* Fix chemical plant * mistake
2024-01-16Advanced Muffler Hatch improvements (#825)Abdiel Kavash
* Advanced Muffler Hatch improvements. * Without an air filter, performance degrades to the level of a basic muffler, not to zero.
2024-01-11Enable batch mode on mega ABS (#824)GDCloud
enable batch mode
2024-01-05Add a tooltip for QFT Fluid mode (#820)BlueWeabo
* add tooltip to explain fluid mode on QFT * change wording a bit
2024-01-01Thermal Boiler rework (#815)Abdiel Kavash
* Migrate recipes to RA. Fix oredict of outputs. * New recipe UI for NEI. * Reworked processing logic. * Display EU/t in WAILA + misc fixes * Small spelling updates. * Full rework of recipes. * Reverted Pyrotheum recipe. * Restored old recipes + cleanup.
2023-12-18Fix asymmetry in the qft multiblock (#802)Pelotrio
2023-12-18Clarify whether item or fluid output is full (#809)miozune
2023-12-17fix IOOBE when there is no fuel fluids (#808)boubou19
2023-12-17Fix Volcanus and cryo freezer not having pyrotheum and cryotheum hatch in ↵Батьків Нестор-Євген Васильович
their tooltip (#806) * Add hatche to volcane * Remove unnesesarity * Add hatche to cryo frezzer * Some inconsistency * SPOTLESS AAAAAAAAAAAAAAA SPOTLESS AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA * Spotless apply for branch hatche for #806 (#807) spotlessApply Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-12-15Fix QFT focus chance calculation (#805)miozune
2023-12-14Fix QFT not recognizing circuit in separated input bus (#804)miozune
2023-12-12Revert "Fix asymmetry in the Quantum Force Transformer (breaking) (#799)"Caedis
This reverts commit efb6055259da3108fb7abdfb1465fcb235f43e88.
2023-12-13Fix asymmetry in the Quantum Force Transformer (breaking) (#799)Pelotrio
Fix asymmetry in the qft multiblock
2023-12-12Fix thermal boiler not allowing insertion of water (#797)miozune
2023-12-09Fix some multis incorrectly restricting fluid input for hatches (#796)miozune
* Fix some multis incorrectly restricting fluid input for hatches * Update dependencies.gradle --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-12-09Fixes for overflow valve, wireless charger, and transmission components ↵chochem
recipes and ids (#794) * Fix all the tiers in recipes including for wireless charger and overflow valve * fix transmission components
2023-12-09Normalize semifluid gens to match the other fuel gens (#795)bombcar
* remove mavenlocal * update dependencies * normalize semifluid gens
2023-12-04Fix steam grinder expecting more than 1 slot for void protection (#790)miozune
2023-12-03Migrate to new RecipeMap (#788)miozune
* Remove reference to GTPP_Recipe itself * Remove GTPP_Recipe_Map_Internal * Move recipemaps to separated class * Remove unused recipemaps * Migrate GT++ recipemaps Remove sElementalDuplicatorRecipes in favor of GT replicatorRecipes supporting findRecipe * Migrate the rest * Adjust catalyst priorities * Add ABS non-alloy recipe category * Remove s prefixes from recipemaps * Adapt to GT_StreamUtil rename * Adjust recipe catalysts * Fix build * update gradle+bs+deps (cherry picked from commit 8b185c7a4d881d38580cc98456265ebb751b6d93) * update deps --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-12-03fix steam machine nei structure diagram (#789)Glease
* fix steam machine nei structure diagram this is caused by repeated failure of checkMachine(), which is caused by it not clearing special steam hatches * more special hatch clearing
2023-11-29Reduce minimum casing requirement for various machines (#785)Pelotrio
* Reduce minimum casing requirement for various machines
2023-11-20Getting rid of a bunch of BS. Unused items and classes (#784)Ryan Nasers
2023-11-14Update chemplant logic to catch up with new parallel helper logic (#782)miozune
2023-11-13Cleanup basic machines and textures (#779)miozune
* Cleanup dehydrator * Cleanup reactor processing unit * Cleanup cold trap * Cleanup simple washer * Cleanup unused textures * updateBuildScript
2023-10-30Cleanup isValidMetaTileEntitymiozune
2023-10-21asynchronous cape download (#770)Glease
* asynchronous cape download * spotlessApply (#771) Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-18Cleaning up (#767)Connor-Colenso
* Kill playerAPI * Gut more events and compat that is now obsolete * Remove commented out code * Remove final modifier from methods * Make more stuff final * Remove slow building ring * Protected -> private in final classes * More cleaning * More cleaning v2 * Purging * Clean DevHelper * Clean DevHelper 2 * delete DevHelper * remove useless IFMLLoadingPlugin.MCVersion annotation from @Mod files * check for obfuscation only once in the IFMLloadingPlugin.injectData * don't instantiate the static class ASMConfig * delete unused and empty implementation of IFMLCallHook * delete empty class * delete ClassesToTransform class that just holds the class names constants * delete unused methods and unsless logging in dummymod container * delete unused transformer ClassTransformer_TT_ThaumicRestorer * spotless * Clean * Clean utils * Build checkpoint * Purge * Stage 2 * Stage 3 * Stage 4 * Stage 5 * Stage 6 * Spotless * Imports * Stage idk * Stage 1 * Fix issue * Spotless * Format numbers --------- Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> Co-authored-by: Alexdoru <57050655+Alexdoru@users.noreply.github.com> Co-authored-by: Connor Colenso <colen@CONNORSPC>
2023-10-17Remove MachineUpdateHandler which is never updatedmiozune
2023-10-17Remove AC_Helper_Utils which is actually never updatedmiozune
2023-10-17Move SAWTOOL to TreeFarmHelpermiozune
2023-10-17Switch to GT XSTRmiozune
2023-10-17Remove unused classesmiozune
2023-10-03improve maceration stack upgrade process (#757)Glease
* improve maceration stack upgrade process * spotlessApply (#758) Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-28Addition for disabling harvest on crop manager (#756)Rose
* Addition for disabling harvest on crop manager * Fix for incorrect NBT loading * Applied spotless * Spotless applied
2023-09-23Cleanup basic machines (#755)miozune
* updateBuildScript * Update dependencies * Cleanup basic machines * Fix wildcard import
2023-09-11Less hacky way to limit alignments (#741)miozune
2023-09-04Clean-up v2 (#729)Connor-Colenso
* Remove test items from NEI with no texture * Add number formatting to hand pumps * Remove heavy plates (no recipes & completely unused). * Remove helium generator (no texture, no recipe) * Remove fire pit and fire starter (no use, no recipe, no textures) * Remove giant chicken and associated unused stuff, has no texture and is unobtainable. Used to be relevant but isn't anymore. * Remove villagers with silly trades like 1 motor + 1 hull = 1 hull. Why? * Remove trade bench, no recipe, missing textures. Unused. * Remove farm processors, no texture, no recipe. Unused. * Remove MAX tier components, these exist in GT now, have no recipe here and are unused. * Hide untextured light block from NEI * Update buildscript * Remove unused backpacks, no recipe and contains dupe bugs. Bad. * Remove eatotronic, universal toolbox and magic tool bag. All 3 are missing textures and uncraftable. * Remove eatotronic, universal toolbox and magic tool bag. All 3 are missing textures and uncraftable. part 2 * Remove dragon catcher (what?), no texture, no recipe, unused. * Remove empty item, does nothing, has no recipe, no idea why it is here. * Empty item v2 removal * Revert "Empty item v2 removal" This reverts commit 75bcd3ccfaf55bbfe2c12b2e4167d5c37636030d. * Revert "Remove empty item, does nothing, has no recipe, no idea why it is here." This reverts commit e41a9f484392776331c58530ab1faa5ef978ef36. * Remove debug square. No recipe, unused. * Number formatting overflow covers * Remove JVM garbage collection block. Unused, no recipe. * Remove nanotubes, no recipe for them. Unused. * Remove "git" item, doesn't seem to work. Has no recipe. * Remove uncraftable food with awful textures. * Remove "bat king" mob, unused content. Does not spawn. * Remove uncraftable doors with bad textures. Unused content. * Remove uncraftable, unlocalised redstone stuff that crashes game when placed. * Remove weird spawner item. No recipe, does not exist in world. * Remove sunnarium bit, no recipe, no usage. * Remove unused modularity table and some misc uncraftable, unused items. * Remove Interconnecting Storage Crate, no recipe, unused. * Delete worse debug power gen, this already exists as part of GT. Unneeded duplication. * Delete unused placeholder circuit * Delete uncraftable generator hatches. * Spotless * Remove XP tank thing, unused and uncraftable. * Remove null item, this fluid registry only seemed to register one null fluid. All others exist? * Remove EU -> RF battery. Unused in GTNH. * Remove some shelf nonsense, why is this in this mod? * Remove some weird random tools. These have no realistic usage in GTNH. * Remove firemaker. Useless in GTNH. * Removed helium blob. Deprecated item, not used anymore, uncraftable. * spotlessApply (#730) Co-authored-by: GitHub GTNH Actions <> * Stop modulators generating unused blocks with no textures * Remove more unused untextured casings * Remove more unused untextured casings * Remove more unused untextured casings * Remove more unused untextured casings * Remove more unused untextured casings * Remove some weird methods and uncraftable mining parts, probably part of deprecated multiblock. * spotlessApply (#732) Co-authored-by: GitHub GTNH Actions <> * Remove gem shards, unused. * Remove unused atoms * Remove unused gum * Remove unused elements/materials * Bye bye * Remove some unused reflection stuff * Remove control cores, obsolete now. * Remove mob killing thing with no texture and no recipe. * Remove uncraftable covers * Remove pizza gloves * Net and rope removal, unused * Remove force crop * Removal of some old event stuff * Remove unused nuclear chem items * Remove player safe, mostly because of the horrible event code that was intercepting every block break. I can't see any real usage of this via discord. * Remove Force material and associated other nonsense. Also remove some nuclear chem stuff. * Remove force for realsies * Skookum Chooker purge. * Remove some enderio compat, these plates/dusts are added via GT5 anyway now. This is obsolete. * spotlessApply (#733) Co-authored-by: GitHub GTNH Actions <> * Unused textures * Bump dep * Revert "Remove force for realsies" This reverts commit 0d288912a99f9dabce56d2a2623d4d3510f4804e. * Revert "Remove Force material and associated other nonsense. Also remove some nuclear chem stuff." This reverts commit 3455e6e916defe1f2aef923be6f9696a6cf3095b. * Remove nuclear items that are unused * spotlessApply (#734) Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> Co-authored-by: Connor Colenso <colen@CONNORSPC> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-02Add survival autobuild to Elemental Duplicator (#731)Lyfts
* add survival autobuild * fix nei preview
2023-08-28Added sound resource to cyclotron (#728)Maxim
2023-08-25Enable batch mode on QFT (#725)Sampsa
2023-08-23Fix NPE with Volcanus coil level (#727)miozune
* Address deprecations * Fix NPE with Volcanus coil level
2023-08-22Fix Algae Farm compost calculation (#726)Jaiden Baker
* Fix Algae Farm compost calculation * Spotless