File Details
jei-1.18.2-forge-10.2.1.1005.jar
- R
- Jun 17, 2023
- 1.04 MB
- 10.0M
- 1.18.2
- Forge
File Name
jei-1.18.2-forge-10.2.1.1005.jar
Supported Versions
- 1.18.2
Curse Maven Snippet
Current release 10.2.1
- Backport ServerCommandUtil changes from 1.20 - mezz
- Remove fabric depends statement for anything other than the core project - mezz
- Fix #2991 Fix starting on server thread in Fabric after reload - mezz
- Fix #3043 Can't save blacklist - mezz
- Create kk_kz.json for 1.18 (#3102) - AlibekAytjan
- remove jar archive in Jenkins (it is already available in maven and curseforge) - mezz
- use tools.jdk for Jenkinsfile instead of JAVA_HOME env var - mezz
- # Conflicts:
- # .jenkins/Jenkinsfile
- # Conflicts:
- # .jenkins/Jenkinsfile
- #3022 Only delete items on left-click - mezz
- Fix #3034 cheat mode not working, #3022 Fix picking up multiple items with the mouse in cheat mode - mezz
- Ensure packets are handled on the correct thread - mezz
- Update to Beta release type on CurseForge - mezz
- add IJeiHelpers#getRecipeType to help addon mods - mezz
- Fix #2993 Reduce recipe validation errors to debug logs - mezz
- Fix #3009 returning negative X/Y values from getGuiExtraAreas() breaks filter text selection - mezz
- Allow recipe transfer errors to set button color highlight (#2971) (#3012) - shartte
- Co-authored-by: Technici4n <13494793+technici4n@users.noreply.github.com>
- Co-authored-by: mezz <tehgeek@gmail.com>
- Close #2963 Add catalogueImageIcon - mezz
- Make the `Show Recipes` tooltip optional in the API (#2972) (#2973) - Relentless
- Update Polish translation (#2906) - Greg-21
- Create convenience function for adding a fluid ingredient to IIngredientAcceptor - mezz
- Add convenience functions to reduce the need for using VanillaTypes.ITEM_STACK - mezz
- Fix #2875 Fix recipe slot highlight and RecipeTransferErrorTooltip display. (#2922) - vfyjxf
- Backport #2901 Make Crafting Grid Helper return the slots it creates - mezz
- Minor cleanup - mezz
- Fix #2897 Hovering over recipe tabs can ignore key inputs - mezz
- IIngredientFilter#setFilterText doesn't update text field - mezz
- Update uk_ua.json (#2879) - Sushomeister
- Use an accesswidener to access fields with Fabric - mezz
- Fix #2839 Improve widget focusing behavior with the search box - mezz
- Fix #2890 Protect against broken recipe transfer handlers crashing - mezz
- Fix concurrent modification exception when a recipe manager plugin crashes - mezz
- #2851 Protect against more crashes from broken fluids - mezz
- remove gradle.configureondemand to work around a ForgeGradle bug - mezz
- Fix improper property use causing invalid dependency POM (#2855) - sciwhiz12
- The archivesName property of BasePluginExtension is a Property<String>.
- The default implementation of toString() for a Property is to print out
- their name and owning object, and not the toString() of their contents.
- This meant that passing archivesName to Node#appendNode as a value,
- which calls toString() on it to make it into a String, results in e.g.
- `extension 'base' property 'archivesName'` instead of the expected
- value of e.g. `jei-1.19-common-api`.
- The simple fix is to call Property#get() on archivesName to get its
- actual value and pass that on as the node value.
- Fix missing logger - mezz
- Fix #2851 Protect against crash from broken fluids - mezz
- JEI 10. Add Fabric support. Refactor into a multi-project (#2842) - mezz
- Update sv_se.json (#2836) - A. Regnander
- Updated Russian Translation (#2799) - DrHesperus
- Fix #2812 Add a keybind for the key to exit a recipe screen to the inventory - mezz
- Allow focuses to match multiple ingredients in a recipe slot - mezz
- Fix #2790 Recipes are listed twice when checking the uses of an ingredient that is also a catalyst - mezz
- deprecate some api methods that depend on forge-specific code - mezz
- Create IIngredientTypeWithSubtypes for generic handling of subtypes in ingredients - mezz
- Move config screen into platform service - mezz
- move forge configs into forge folder - mezz
- Add platform server helper - mezz
- Use service to get particle icons - mezz
- Organize packet data into data and context - mezz
- Update es_es.json (#2782) - zeedif
- Fix #2783 Attempted to load class net/minecraft/client/player/LocalPlayer for invalid dist DEDICATED_SERVER - mezz
- Clean up ErrorUtil - mezz
- Move registry access to a service loader - mezz
- Update it_it.json (#2785) - Andrea Costa
- Protect against mod crashes when checking for enchantable items - mezz
- Add access to IIngredientManager from recipe catalyst registration - mezz
- organize some network code into subprojects - mezz
- Refactor server connection logic into its own class - mezz
- Organize some config files into subprojects - mezz
- Move Translator to common.util - mezz
- Include all test results in Jenkins - mezz
- Clean up ReflectionUtil - mezz
- Move more code into the Core and Common subprojects - mezz
- Clean up ColorNamer code - mezz
- Move search logic into core subproject - mezz
- Create "Core" subproject for code that does not depend on Minecraft - mezz
- Fix #2756 Fuel recipes with high values can overflow the recipe background - mezz
- Close #2771 Allow IRecipeTransferInfo to return a transfer error if it can't handle the recipe - mezz
- Improve startup code to be more resilient to modded bugs - mezz
- Fix bookmark config creation - mezz
- Exclude duplicate files from output jars - mezz
- Isolate changelog plugin in a subproject - mezz
- Constrain gitchangelog asm version - mezz
- fix asm coords to org.ow2.asm:asm - mezz
- add comment for asm constraint - mezz
- Try constraining asm to the right version - mezz
- Update dev Forge version - mezz
- Organize internal code into a multiproject (#2772) - mezz
- Update forge maven artifact id - mezz
- Update Jenkinsfile - mezz
- update Jenkinsfile - mezz
- update Jenkinsfile - mezz
- Make the give notification message work for any player that has a server - mezz
- fix changelog path - mezz
- fix project dependency - mezz
- Ensure ProcessResources updates on every new version - mezz
- Update Jenkinsfile - mezz
- Update Jenkinsfile - mezz
- Organize project code - mezz
- Fix gradle project properties - mezz
- Use net.minecraft.MethodsReturnNonnullByDefault - mezz
- Update Forge in dev environment - mezz
- Fix #2751 Crash when MC window becomes too narrow - mezz
- Update Jenkinsfile to always run tests - mezz
- Update Jenkinsfile - mezz
- Update Jenkinsfile for publishing to CurseForge - mezz
- Migrate build.gradle to build.gradle.kts (#2761) - mezz
- Co-authored-by: Jared <jaredlll08@gmail.com>
- Fix #2754 Crash when GUI extends offscreen - mezz
- Fix #2752 Crash on gui slots that are to the left or above the gui - mezz
- Display hidden ingredients in a recipe if there are no other ingredients to show - mezz
- Allow focus linking with invisible ingredients - mezz
- Fix debug recipes - mezz
- update JUnit - mezz
- Clean up build script - mezz
- Run Spotless cleanup - mezz
- Fix bookmark config directory creation - mezz
- Fix #2744 Workaround for Optifine bug - mezz
- Fix #2744 Workaround for Optifine bug - mezz
- Clean up some tags code - mezz
- suppress more deprecation warnings - mezz
- Use Parchment mappings in dev environment - mezz
- Make potion effects render in compact mode when JEI is open - mezz
- add more client run configurations in developer environment - mezz
- minor cleanup - mezz
- Link anvil recipe input/output focuses - mezz
- Code cleanup - mezz
- Fix logic when there are broken recipe layouts - mezz
- Minor code cleanup - mezz
- Fix type of IRecipeLookup#limitFocus - mezz
- Refactor: Replace IRecipeCategory.getUid() ResourceLocation with RecipeType - mezz
- Mark ISlowRenderItem as deprecated - mezz
- Minor cleanup - mezz
- Remove unused BookmarkOverlayToggleEvent - mezz
- Remove FastItemRendering, it is no longer necessary and can cause conflicts - mezz
- Add access to IJeiHelpers from IJeiRuntime - mezz
- Remove persistent WorldConfig and untangle filter text logic - mezz
- GUI code refactor. Add configs for ingredient list and bookmark list layouts. (#2711) - mezz
- Fix #2733 Better handling for /reload - mezz
- Fix #2733 JEI doesn't update after /reload - mezz
- Clarify Github Issue Templates - mezz
- Add github issue templates - mezz
- Update README - mezz
- Simplify code for IngredientSorterComparators#getTagForSorting - mezz