Filename
jei-1.18.2-forge-10.0.0.191.jar
Uploaded by
mezz
Uploaded
Apr 10, 2022
Game Version
1.18.2
+2
Size
1,001.15 KB
Downloads
11,762
MD5
a4dcef872ca51a6c6e7da60e9a2e6489
Supported Modloader Versions
Forge
Supported Java Versions
Java 17
Supported Minecraft 1.18 Versions
1.18.2
Changelog
Current release 10.0.0
-
migrate from File to NIO Path - mezz
-
move more startup code into Common - mezz
-
move more startup code to Common - mezz
-
move IngredientGridConfig defaults to Common - mezz
-
refactor more logic out of ModIdFormatConfig and into Common - mezz
-
refactor ModIdHelper into common - mezz
-
move lang and image assets to Common - mezz
-
nvm it's already in the root build.gradle - mezz
-
Compile for Java 17 - mezz
-
organize client configs - mezz
-
move away from depending on ModConfigEvent for reloading configs - mezz
-
use ATs instead of mixins for Forge, they are more compatible when mods depend on JEI - mezz
-
fix button highlight color - mezz
-
audit the use of ATs - mezz
-
split up maven publish tasks - mezz
-
run all tests in one step - mezz
-
release as alpha - mezz
-
Generate separate jar and sources jars - mezz
-
apply Spotless - mezz
-
Move tests to Common - mezz
-
cleanup - mezz
-
clean up - mezz
-
move JeiStarter to Common - mezz
-
separate forge event code from event handlers - mezz
-
Refactor some startup code into Common - mezz
-
move IngredientListOverlay to Common - mezz
-
move remaining input handlers into Common - mezz
-
Move remaining plugins to their correct places - mezz
-
move Jei Internal Plugin to Common - mezz
-
move vanilla plugin to Common - mezz
-
move more crafting recipes into Common - mezz
-
move brewing to Common - mezz
-
move stonecutting and recipe book to Common - mezz
-
fix classes in wrong subproject - mezz
-
fix anvil source root - mezz
-
move cooking recipes to Common - mezz
-
move comparable recipes to Common - mezz
-
move vanilla plugin anvil recipes to Common - mezz
-
move loading registration to Common - mezz
-
move subtypes into Common - mezz
-
move recipe transfer logic to Common - mezz
-
move ingredient list gui code to Common - mezz
-
move bookmark gui code to Common - mezz
-
move recipes gui code to Common - mezz
-
move recipes code to Common - mezz
-
move utils to Common - mezz
-
move transfer logic into Common - mezz
-
separate more internal classes out into the Common subproject - mezz
-
move Internal to Common - mezz
-
abstract static key bindings into IKeyBindings - mezz
-
separate more internal classes out into the Common subproject - mezz
-
separate more internal classes out into the Common subproject - mezz
-
separate more internal classes out into the Common subproject - mezz
-
separate more internal classes out into the Common subproject - mezz
-
Move more internal classes to the Common subproject - mezz
-
Minimal breaking changes to the API to separate common from forge - 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