Compatibility
Minecraft: Java Edition
1.20.1
1.19.2
1.18.1–1.18.2
1.17.1
1.16.1–1.16.5
1.15.2
1.14.4
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published last year
Updated last year
Changelog
Current version: 3.0.0.8
- Only register classes if JEI is present. Close #31 - Jared - Tue Apr 5 00:05:42 2022
- Fix Javadoc link - Jared - Sun Apr 3 21:08:02 2022
- Port to 1.18.2 - Jared - Sun Apr 3 20:46:57 2022
- Update javadoc for exlucions - Jared - Sun Mar 27 16:20:39 2022
- Update java - Jared - Tue Feb 15 02:43:07 2022
- re-enable docs generation - Jared - Thu Jan 13 03:35:25 2022
- update major build number - Jared - Wed Jan 12 17:49:03 2022
- port to 1.18.1 - Jared - Wed Jan 12 01:34:39 2022
- Fix NinePatchDrawable and update CraftTweaker dependency - TheSilkMiner - Tue Jan 11 20:30:14 2022
- finish port - Jared - Tue Jan 11 19:24:15 2022
- Properly obtain JEI ingredients - TheSilkMiner - Mon Jan 10 14:18:44 2022
- Reference new IIngredient 1.17 package - TheSilkMiner - Mon Jan 10 14:18:23 2022
- Enable mixin refmap remap - TheSilkMiner - Mon Jan 10 14:17:45 2022
- initial 1.17 port. Has errors to look into at another time - Jared - Mon Jan 10 02:06:39 2022
- Mark CraftTweaker has mandatory. Close #29 - Jared - Wed Dec 29 05:01:59 2021
- disable module generation - Jared - Tue Dec 14 21:26:02 2021
- Move docs to 'JEITweaker' to align with current docs - TheSilkMiner - Sun Dec 5 14:42:08 2021
- Fix Jenkins not supporting the full GString spec :rolling_eyes: - TheSilkMiner - Sun Dec 5 14:27:22 2021
- Enable automatic documentation export - TheSilkMiner - Sun Dec 5 14:22:34 2021
- Update CraftTweaker and add auto-generated docs - TheSilkMiner - Fri Dec 3 22:56:00 2021
- Fixed hideMod not taking the mod into consideration - TheSilkMiner - Tue Nov 30 08:21:48 2021
- Let JeiTweaker load on servers - TheSilkMiner - Mon Nov 29 09:16:38 2021
- Add issue templates - Jared - Mon Nov 29 05:18:36 2021
- Add proper Javadoc generation - TheSilkMiner - Sun Nov 28 21:29:07 2021
- JARs are not text files - TheSilkMiner - Sun Nov 28 18:14:08 2021
- Make 'hideMod' and 'hideRegex' properly hide mods and by regex - TheSilkMiner - Thu Nov 25 21:28:49 2021
- Add documentation to mod API and Zen API - TheSilkMiner - Wed Nov 24 18:28:16 2021
- Bump version to 1.1.0 and bump ModTemplate - TheSilkMiner - Wed Nov 24 11:26:36 2021
- Disable AP as it is only causing problems - TheSilkMiner - Tue Nov 16 12:14:48 2021
- Add EXPERIMENTAL fully customizable JEI category - TheSilkMiner - Tue Nov 16 11:57:26 2021
- Rework API slightly for registration of ingredients - TheSilkMiner - Fri Nov 12 18:03:55 2021
- Add Catalyst Requiring Recipe Category - TheSilkMiner - Sat Oct 23 14:05:55 2021
- Avoid creating streams if no tooltips exist - TheSilkMiner - Sat Oct 23 14:05:25 2021
- Simplify coordinate fixer interface - TheSilkMiner - Sat Oct 23 14:04:44 2021
- JEI is not mandatory - Jared - Sat Oct 23 00:56:29 2021
- Remove some magic numbers - TheSilkMiner - Fri Oct 22 11:48:37 2021
- Clean up RecipeGraphics implementors - TheSilkMiner - Fri Oct 22 11:37:30 2021
- Move coordinate fixers to helpers and allow multiple behavior - TheSilkMiner - Fri Oct 22 11:37:17 2021
- Move category creators to ASM-generated helpers - TheSilkMiner - Fri Oct 22 11:32:22 2021
- Add possibility of showing tooltips on JEI categories - TheSilkMiner - Sun Oct 17 15:45:54 2021
- Add InputConsuming category - TheSilkMiner - Wed Oct 13 15:09:58 2021
- Allow RecipeGraphics to specify extras - TheSilkMiner - Wed Oct 13 12:35:30 2021
- Move OutputList from custom drawable to 9-patch based - TheSilkMiner - Fri Oct 8 13:33:37 2021
- Add 9-patch textures support to JEITweaker - TheSilkMiner - Fri Oct 8 13:33:19 2021
- Add OutputList category - TheSilkMiner - Tue Oct 5 13:39:21 2021
- Cache background in SimpleInputOutput - TheSilkMiner - Tue Oct 5 13:31:17 2021
- Allow creation of custom drawables - TheSilkMiner - Tue Oct 5 13:30:42 2021
- Allow recipes to mark themselves as shapeless - TheSilkMiner - Tue Oct 5 10:10:41 2021
- Redirect category to recipe for all remaining methods - TheSilkMiner - Tue Oct 5 09:29:36 2021
- Rename HackyJeiIngredient to a better name - TheSilkMiner - Tue Oct 5 09:25:01 2021
- Move documentation directory from JEITweaker to JEI - TheSilkMiner - Tue Oct 5 09:24:17 2021
- Include dependency definitions for Forge and Minecraft in mods.toml and specify side - Griefed - Sat Oct 2 11:36:20 2021
- Swap checking order to avoid spurious warnings - TheSilkMiner - Tue Sep 28 18:23:34 2021
- Allow item tags to automatically cast to ingredients - TheSilkMiner - Tue Sep 28 18:23:00 2021
- Add SimpleInputOutput Category as a beginning - TheSilkMiner - Tue Sep 28 18:14:14 2021
- Get rid of pointless JeiDrawable file - TheSilkMiner - Tue Sep 28 14:45:06 2021
- Improve output of recipe into log - TheSilkMiner - Tue Sep 28 12:59:00 2021
- Move initialization of fixers to client setup - TheSilkMiner - Tue Sep 28 12:45:27 2021
- Reduce memory footprint using a single fixer - TheSilkMiner - Tue Sep 28 11:24:16 2021
- Allow registration of additional fixers - TheSilkMiner - Tue Sep 28 11:15:38 2021
- Account for different slot positions - TheSilkMiner - Tue Sep 28 10:21:03 2021
- Slightly rework suppliers to cache more work - TheSilkMiner - Mon Sep 27 11:09:21 2021
- Allow creation and adding of custom recipes to JEI categories - TheSilkMiner - Mon Sep 27 10:47:36 2021
- Add recipe validator and plugin bridge - TheSilkMiner - Mon Sep 27 10:45:59 2021
- Add different kinds of drawables and memoization - TheSilkMiner - Mon Sep 27 10:45:15 2021
- Allow conversion of IIngredients to JEI ingredients - TheSilkMiner - Mon Sep 27 10:44:19 2021
- Move string-based descriptions to text components - TheSilkMiner - Mon Sep 27 10:43:40 2021
- Rework ingredient type to allow for extensions - TheSilkMiner - Mon Sep 27 10:40:12 2021
- Allow scripts to add custom JEI categories - TheSilkMiner - Sat Sep 25 17:23:59 2021
- Add concept of drawable for more flexibility - TheSilkMiner - Sat Sep 25 17:23:59 2021
- Refactor to prepare for addition of category handling - TheSilkMiner - Sat Sep 25 17:23:58 2021
- Move ingredients to component package - TheSilkMiner - Sat Sep 25 17:23:58 2021
- Ignore docs output directory - TheSilkMiner - Sat Sep 25 17:23:52 2021
- fix gradle wrapper - Jared - Fri Sep 24 13:59:44 2021
- update gitattributes... - Jared - Fri Sep 24 13:51:07 2021
- fix line endings - Jared - Fri Sep 24 13:41:27 2021
- fix line endings - Jared - Fri Sep 24 13:39:49 2021
- update gitattributes - Jared - Fri Sep 24 13:36:32 2021
- Rework entire mod to be more generic in ingredient handling - TheSilkMiner - Fri Sep 24 11:52:04 2021
- Add ingredient type and JEI ingredient - TheSilkMiner - Fri Sep 24 11:52:03 2021
- Remove references to deprecated methods - TheSilkMiner - Fri Sep 24 11:52:03 2021
- Update Gradle, FG, and all dependencies - TheSilkMiner - Fri Sep 24 11:52:03 2021
- Fix line endings in files due to .gitattributes [skip deploy] - TheSilkMiner - Fri Sep 24 11:51:15 2021
- only publish on 1.16 branch - Jared - Wed Sep 22 22:05:45 2021
- update JEI and fix dump command not printing all categories - Jared - Mon Jul 19 18:30:56 2021
- Fix not having a custom item breaking JEI State - Jared - Sat Jun 26 20:26:51 2021
- cleanup and add custom JEI Items. Close #2 - Jared - Thu Jun 24 22:37:48 2021
- much better logging... - Jared - Thu Jun 17 11:12:40 2021
- name -> uid - Jared - Thu Jun 17 11:11:41 2021
- better logging for unknown recipe categories - Jared - Thu Jun 17 11:09:44 2021
- Future proof Jenkinsfile - Jared - Sat Jun 12 04:05:06 2021
- use dynamic modtemplate version - Jared - Thu May 27 01:42:16 2021
- hardcode schoomp version - Jared - Thu May 27 01:08:27 2021
- move to ModTemplate - Jared - Wed May 26 13:14:48 2021
- Fixed published maven libs - Jared - Wed May 26 11:49:03 2021
- Update actions to use !CraftTweakerAPI.isServer() - Jared - Mon Apr 12 04:56:40 2021
- Fix reloading client resources. Close #12 - Jared - Fri Mar 5 17:42:39 2021
- Add support for hiding recipes - Jared - Sun Feb 21 01:40:11 2021
- add editor config and format - Jared - Thu Feb 11 16:59:33 2021
- Fix NBT hiding. Close #10 - Jared - Thu Feb 11 16:58:50 2021
- Fix hideMod doing nothing - Jared - Thu Feb 11 15:37:11 2021
- add mod and regex support - Jared - Wed Jan 27 20:06:59 2021
- Add /ct dump jeiCategories close #6 - Jared - Wed Jan 27 17:14:33 2021
- Add support for hiding fluids - Jared - Tue Jan 26 19:27:23 2021
- port to 1.16.5 - Jared - Tue Jan 26 19:01:06 2021
- add support for describing fluids - Jared - Tue Jan 26 18:08:51 2021
- update crafttweaker - Jared - Tue Jan 26 17:21:36 2021
- port to 1.16.4 - Jared - Fri Nov 13 22:58:43 2020
- port to 1.16.3 - Jared - Sun Sep 27 04:26:52 2020
- port to 1.16.2 - Jared - Thu Sep 3 21:14:19 2020
- add version info to the jar file - Jared - Mon Jul 13 01:26:16 2020
- update commit - Jared - Mon Jul 13 01:22:40 2020