aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/nei/GT_NEI_DefaultHandler.java
AgeCommit message (Expand)Author
2023-04-10Update spotless config to 0.2.2Raven Szewczyk
2023-04-01Jabel, Generic injection and mostly automatic code cleanup (#1829)Raven Szewczyk
2023-04-01update spotless formatting (#1827)boubou19
2023-02-26Add a completely new system for late/endgame content (#1754)BlueWeabo
2023-02-16Added ore matcher to GT_NEI_DefaultHandler (#1748)Maxim
2023-02-16Fusion NEI support (#1742)Maxim
2023-01-30[ci skip] spotlessApply with the new settingsJason Mitchell
2022-12-30Improve NEI customizability (#1583)miozune
2022-12-24Gray tooltip (#1581)Connor-Colenso
2022-12-16Add overlay for NEI to show chance and not-consumed (#1552)miozune
2022-12-13Nanite material and circuit board multi for later tiers (#1513)BlueWeabo
2022-11-25Rewrite GUIs with ModularUI (#1381)miozune
2022-10-01no-more-duplicate-key (#1424)iouter
2022-09-09Add ticks display when recipe duration is under 1 second in NEI (#1367)くぁーりぃ
2022-08-27Fix spotless rebase (#1307)Raven Szewczyk
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-23Add heating coil NEI display (#1287)miozune
2022-08-23Fix fusion display stuff (#1288)miozune
2022-08-15Overriding GUI colors with .mcmeta (#1261)Albi
2022-08-14do not cache result of GuiColors if the object is not short-lived (#1254)Glease
2022-08-13Fix mTierIndexes using an incorrect data structure causing ArrayOutOfBoundExc...YannickMG
2022-08-12Added means of customizing GUI colors for resource packs (#1203)Albi
2022-08-09fix(warnings): remove broad wanings suppression (#1223)Léa Gris
2022-08-09Fix original voltage shows up when voltage is "unspecified" (#1228)miozune
2022-08-05Show original voltage (configurable) and amperage when overclocked (#1204)miozune
2022-08-04Fix crash upon activating recipe stacktrace config (#1198)miozune
2022-07-30Expose some of the NEI methods and fields to addons (#1159)miozune
2022-07-25Update NEI (#1158)miozune
2022-07-18Allow showing multiple recipe owners (#1136)miozune
2022-07-15Add recipe owner display (#1135)miozune
2022-06-26Re-added null check for null amperage from SteamPower (#1099)YannickMG
2022-06-26fix nei (#1097)Yang Xizhi
2022-06-25NEI GUI Fix (#1095)Connor-Colenso
2022-06-23Plasma forge fixes (#1086)Connor-Colenso
2022-06-19Add Plasma Forge (Endgame multi) (#1076)Connor-Colenso
2022-06-10Adjust NEI recipe pages (#1077)Connor-Colenso
2022-06-04display fusion tier in nei (#1070)Yang Xizhi
2022-05-26Fix crash with multi amperage recipe & improve Mass Fabricator NEI (#1053)miozune
2022-04-07Disable generation of oredict equivalents for circuits in NEI if Custom Diagr...miozune
2022-02-28Fix cached recipes not updating permutations in NEI (#957)miozune
2022-02-20Add default behavior for looking up NEI catalysts (#940)miozune
2022-02-04GT_RectHandler now relies on an interface (#916)YannickMG
2022-02-03Basic Machine NEI Power Tiers (#914)YannickMG
2022-01-31Fix incorrect sorted recipe list cachingGlease
2021-10-21Restore sorting of recipes in NEID-Cysteine
2021-10-18Further optimization to NEI lookupGlease
2021-10-18Cache sorted recipe list in NEI handlersGlease
2021-09-29Merge pull request #671 from D-Cysteine/experimentalMartin Robertz
2021-09-28Support arbitrary ordering of NEI handlersD-Cysteine