aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/util/GT_Recipe.java
AgeCommit message (Expand)Author
2023-01-05Allow overriding more progressbar textures & Add document for resource packs ...miozune
2022-12-30Improve NEI customizability (#1583)miozune
2022-12-28Allow resource packs to override individual progressbar textures (#1596)miozune
2022-12-23add NEI handler for ic2 fuel rods (#1580)Glease
2022-12-14Adjust positions for fusion NEI (#1548)miozune
2022-12-13Nanite material and circuit board multi for later tiers (#1513)BlueWeabo
2022-11-26Allow setting custom logo for NEI and basic machine (#1525)miozune
2022-11-25Rewrite GUIs with ModularUI (#1381)miozune
2022-10-07Added batch mode to Processing Arrays adding up to 128 parallel (#1446)Sampsa
2022-10-01With recent changes, Allow PA to handle cell-less recipes (#1346)BlueWeabo
2022-09-03Fix reinforced glass (#1337)miozune
2022-09-01Sodium potassium (#1322)Martin Robertz
2022-08-31Two slots wiremill (#1324)Martin Robertz
2022-08-27Update buildscript & apply spotless (#1306)Raven Szewczyk
2022-08-27Delegate NEI recipe stack position placement to recipemap instead of recipe i...miozune
2022-08-02Increase `aUsualInputCount` and `aUsualOutputCount` for EBF (#1185)miozune
2022-07-18Allow showing multiple recipe owners (#1136)miozune
2022-07-15Add recipe owner display (#1135)miozune
2022-07-05DTPF Laser (#1100)Connor-Colenso
2022-06-26fix nei (#1097)Yang Xizhi
2022-06-24Silicon change (#953)Martin Robertz
2022-06-23Plasma forge fixes (#1086)Connor-Colenso
2022-06-19Add Plasma Forge (Endgame multi) (#1076)Connor-Colenso
2022-05-28Fix method signature for findRecipe in GT_Recipe_Map_FormingPress (#1067)miozune
2022-05-26Fix crash with multi amperage recipe & improve Mass Fabricator NEI (#1053)miozune
2022-04-12Fix recipe optimization ignoring chanced outputs (#1021)miozune
2022-04-09Allow sifter the fluid io slots (#1017)Elisis
2022-04-08add 4 input and 4 output slots to ebf (#1004)Martin Robertz
2022-04-07Disable generation of oredict equivalents for circuits in NEI if Custom Diagr...miozune
2022-04-04Add an override to assline recipe sanity check (#1008)Glease
2022-03-28Add a sanity check to catch invalid assline recipes (#995)Glease
2022-02-07Large Boiler Whitelist and NEI Large Boiler Tab Update (#910)Steelux
2022-01-11The tooltips your mod wishes it had (#858)YannickMG
2022-01-05Normalize Fluid Canner fluid handling and looks (#847)YannickMG
2021-12-31Basicmachine gui slots highlight fix (#841)YannickMG
2021-12-18Ignore stack size in collision checking (#825)Glease
2021-12-15Move cache registration out of constructor (#806)Glease
2021-12-15turn on the stacksize chaeck by default (#804)Yang Xizhi
2021-12-15Fix TT assline recipe not being recognized (#805)Glease
2021-12-08Fix assline oredict support (#786)Glease
2021-12-08Distillation circuit (#784)Martin Robertz
2021-11-26fix GT_Recipe_Map_FormingPress for PArepo_alt
2021-11-21Add comment about GTppRecipeHelperD-Cysteine
2021-11-20Rename variables and add some commentsD-Cysteine
2021-11-20Fix recipe input checkD-Cysteine
2021-11-20Merge pull request #743 from D-Cysteine/fix-gtpp-semifluidMartin Robertz
2021-11-20Fix GT_Recipe_Map_Fuel not handling fuel recipes correctlyD-Cysteine
2021-11-18Factor in stack sizes for Hashing.Alkalus
2021-11-18Actually add items to the Input Array that is hashed.Alkalus
2021-11-17Added hashCode and equals overrides to GT_Recipe_AssemblyLine.Alkalus