Filename
jei-1.19.2-forge-11.4.0.288.jar
Uploaded by
mezz
Uploaded
Dec 7, 2022
Game Version
1.19.2
+2
Size
1,021.86 KB
Downloads
381,016
MD5
2451d55c2b4684751ecfd72f4ad1ea42
Supported Modloader Versions
Forge
Supported Java Versions
Java 17
Supported Minecraft 1.19 Versions
1.19.2
Changelog
Current release 11.4.0
-
Mark 1.19.2 builds as betas - mezz
-
Fix hiding items from recipes via the API - mezz
-
Reduce memory used by an adversarial PacketRecipeTransfer - mezz
-
Split drag handling from input handling, add debug mode logs for input handling - mezz
-
#3018 Fix crashing VanillaPlugin on invalid brewing recipes - mezz
-
fix internal javadoc - mezz
-
#3022 Only delete items on left-click - mezz
-
#3022 Fix picking up multiple items with the mouse in cheat mode - mezz
-
Ensure packets are handled on the correct thread - mezz
v11.4.0
-
add IJeiHelpers#getRecipeType to help addon mods - mezz
-
Fix #2993 Reduce recipe validation errors to debug logs - mezz
-
Fix #3014 Saving edit-mode changes to file fails - mezz
-
fix ConfigSerializer sorting for config categories - mezz
-
Fix #3009 returning negative X/Y values from getGuiExtraAreas() breaks filter text selection - mezz
-
Improve performance of checking fuels on Fabric (#2997) - Technici4n
-
minor cleanup - mezz
-
Minor cleanup in config code - mezz
-
Prefer more abundant items first for recipe transfer (#2987) - DBotThePony
-
Clean up unused imports - mezz
-
Fix #2968 Add Fabric support for Potion recipes - mezz
-
Close #2963 Add catalogueImageIcon - mezz
-
Fix #2978 fix server-side error logs from platform handler when deleting items - mezz
v11.3.0
v11.2.3
-
Close #2795 Add API to get a RecipeType from a ResourceLocation - mezz
-
Fix #2976 use FluidVariantRendering for Fabric fluids with compound tags - mezz
-
Fix #2195 Anvil text "Enchantment Cost" has incorrect shadows - mezz
-
Close #1579 Allow using Screen with IGlobalGuiHandler - mezz
-
Close #391 Add shield decoration recipes - mezz
v11.2.2
v11.2.1
-
Allow recipe transfer errors to set button color highlight (#2971) - Technici4n
-
Fix #2959 Update to Fabric API 0.60 - mezz
-
Close #2951 Update recipe transfer handlers every tick - mezz
-
Github: increase stale action's operations per run - mezz
-
Github: do not comment when locking closed issues over 1 year old - mezz
-
Automatically lock Github issues older than 1 year old - mezz
-
enable automatic marking and closing of stale issues - mezz
-
start marking stale issues starting with the oldest - mezz
-
testing github action to close stale issues - mezz
-
testing github action to close stale issues - mezz
-
testing github action to close stale issues - mezz
-
testing github action to close stale issues - mezz
-
Add github stale workflow action in dry-run mode - mezz
-
Update dependencies for Minecraft 1.19.2 - mezz
-
Improve javadocs for IIngredientAcceptor#addFluidStack - mezz
-
Fix #2939 Crash on Forge when typing - mezz
-
Fix #2899 Cheat mode not working when connected to dedicated server - mezz
-
Clean up unused method - mezz
v11.2.0
-
Update for Minecraft 1.19.1 - mezz
-
Minor code cleanup - mezz
-
Fix #2875 Fix recipe slot highlight and RecipeTransferErrorTooltip display. (#2922) - vfyjxf
-
Update Forge version used in the dev environment - mezz
v11.1.1
-
Add convenience functions to reduce the need for using VanillaTypes.ITEM_STACK - mezz
-
Add Kazakh translation (#2912) - AlibekAytjan
-
Update bg_bg.json (#2910) - Deyan Nikolov
v11.1.0
-
Create convenience function for adding a fluid ingredient to IIngredientAcceptor - mezz
-
Close #2901 Make Crafting Grid Helper return the slots it creates - mezz
-
Fix #2898 Expose "show uses/recipes" key bindings in the API - mezz
-
Fix #2897 Hovering over recipe tabs can ignore key inputs - mezz
-
Fix #2873 Use the correct mouseReleased call to finish a click on Fabric - mezz
-
Fix #2871 Fix text field synchronization from mods via the API - mezz
-
Fix #2873 Ghost ingredient handling on Fabric - mezz
-
Update Polish translation (#2874) - Greg-21
-
Use an accesswidener to access fields with Fabric - mezz
-
update parchment mappings - mezz
-
Fix #2839 Improve widget focusing behavior with the search box - mezz
-
Fix #2890 Protect against broken recipe transfer handlers crashing - mezz
-
Clean up unused imports - mezz
-
Update to support the breaking changes in forge (#2886) - Sara Freimer
-
clean up configs slightly - mezz
-
Cleanup - mezz
-
update parchment version - mezz
-
Update dev forge and mappings - mezz
-
set gradle to no longer use configure-on-demand, it breaks ForgeGradle - mezz
-
Remove old createFocusLink method - mezz
-
Fix improper property use causing invalid dependency POM (#2854) - 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 #2851 Protect against crash from broken fluids - mezz
-
Update to changes in Forge's fluid API (#2852) - Sara Freimer
v11.0.0
-
version 11 - mezz
-
Remove deprecated methods - mezz
-
Update for Minecraft 1.19 - mezz
v10.1.0
-
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
v9.7.0
-
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
v9.6.0
-
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
v9.5.5
-
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
v9.5.4
-
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
v9.5.3
-
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
v9.5.2
v9.5.1
-
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
v9.5.0
-
Refactor: Replace IRecipeCategory.getUid() ResourceLocation with RecipeType - mezz
-
Mark ISlowRenderItem as deprecated - mezz
-
Minor cleanup - mezz
-
Remove unused BookmarkOverlayToggleEvent - mezz
v9.4.3
v9.4.2
-
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