10.6.1.1018 for Fabric 1.18.2
Curse Maven Snippet
What's new
Current release 10.6.1
-
Remove compatibility stubs from non-extendable APIs - mezz
-
Skip Jenkins publishing without code changes - mezz
- Skip publishing when Jenkins detects only CI/documentation changes, but still publish after non-successful previous builds so CI-only fixes can release the existing code changes.
- (cherry picked from commit 3ed0cbbf978f51d31ed3c39b613bfc294b64a911)
- (cherry picked from commit 70848357d2cce9a14f4613e6f828a1dda2c3f625)
-
Add Jenkins Discord build notifications - mezz
- (cherry picked from commit c536ee0c0ed0b4c50650de58feec92368a8057ee)
- (cherry picked from commit 9a41b42f3589f5c4f1bcaec19e35430651f431d8)
- (cherry picked from commit e834167f912ee49fdbb1630bc7838c6e5b1c7c7c)
- (cherry picked from commit b87144e41db60d190fa703d7c36bc42059344085)
- (cherry picked from commit 1c7b98a4532f3239f4f7d4938606fb4403fdd8e5)
-
Fix CurseForge publishing metadata - mezz
-
Fix changelog generation for publishing - mezz
-
Update Spotless to 8.8.0 - mezz
-
Add API compatibility check task - mezz
- Adapted for 1.18 by checking ForgeApi instead of NeoForgeApi, passing CommonApi dependency jars for platform API checks, and validating reports so new abstract API additions are allowed while existing baseline API members still fail on incompatibility.
- (cherry picked from commit 925e1b3693b824734780caeb0463b93df4f818f8)
-
Fix Apple Silicon Forge dev client natives - mezz
- Adapt the Apple Silicon dev-client support from 1.12 to the 1.18 ForgeGradle helper. The 1.18 helper already selected LWJGL 3.3.0, but it copied ARM64 natives into nested macos/arm64 paths that are not on java.library.path. Flatten the selected native libraries into the Forge native directory and copy the universal java-objc-bridge 1.1 native over Mojang's x86_64-only 1.0 native.
- Also derive the LWJGL native classifier from the runClientDev Java launcher when available, matching the intent of the original launcher-aware 1.12 change.
- (cherry picked from commit 2aabc6d17b66493248c1f119e2dff2ae11fc487e)
-
Test catalyst recipe lookup deduplication - mezz
- (cherry picked from commit 2216accfadc30008d175e1926a1e781332438c96)
- (cherry picked from commit bb276226eac4eca59680f25c9506da81bedcce9a)
- (cherry picked from commit 98407790d53611551b2cfe3c73a93af44125aa4f)
- (cherry picked from commit eb8fa403d38984e2228c513ae05c7d4088a4e3aa)
- (cherry picked from commit 8a0dc2e209c8b0b914fa4abba4fde8967f7bacc3)
- (cherry picked from commit 0490efc87e2b0984fc18b6046e8caa3a7c6c48fb)
-
Fix full carried stack give command - mezz
- Backported with the 1.20.1 ItemStack tag comparison API. The upstream NeoForge game test is skipped because this branch has no NeoForge module.
- (cherry picked from commit 5fc3e3855229db1e8c50b02e0dd0229db2ef8934)
- (cherry picked from commit 515945f850bafaaeab7e1965e7c1d3f1c3d7b3d2)
- (cherry picked from commit fa27e07021be9b9f91c23526b9546a04c5d7fd59)
- (cherry picked from commit fbb220be0b79ef05e2e50813dc68dcd438190861)
- (cherry picked from commit 4971b4d5c7fbee878f8a24b3236f7c4c3c7bd495)
- (cherry picked from commit becb3b270a9c5d8e8a0f01e79db18a8434c2c233)
-
Fix catalyst layout with small areas - mezz
- (cherry picked from commit 29679c99ebcd961b6ee394ca1dd4c10d3c73d87b)
- (cherry picked from commit ca722551512c6d71b49a060d4d871e9961247cd7)
- (cherry picked from commit 6beab215e18ac97746a4ee60414d7a3b13ab4d9f)
- (cherry picked from commit e8b3024e5b0a49ca8096036508ff086ba039ced0)
- (cherry picked from commit 9cfd3dec52625b93b7da9ce36781feda3cd8802a)
- (cherry picked from commit 09bd8bb4209daf542e0dab16027475fd5ab8fdbf)
-
Test ElementSearch ingredients - mezz
- Backported to the 1.20.1 Forge test suite because this branch has no NeoForge module.
- (cherry picked from commit 2790b5558f65da0936360092149ea97526a38714)
- (cherry picked from commit d1a636a12db1b7a471c7d6afd6d7174371886533)
- (cherry picked from commit 578d1396acec7a7fbcae3d9172039402fe413a04)
- (cherry picked from commit 902abb1fb411727ae23df4d046be3d630d9ba2c4)
- (cherry picked from commit a819400cd2f014c644cda40434e675614dc4c27c)
- (cherry picked from commit f4795472d9404eb302784ee888eb01ffa08bd7bd)
-
Fix recipe button input priority - mezz
- (cherry picked from commit 41571e2818224db42dade5b20d36a8c2813f9470)
- (cherry picked from commit 7777627541b34e85cd66c68ad48fcddfc00d31e1)
- (cherry picked from commit 82bcb6864c5bfe1884fade2fb135de49a39d0368)
- (cherry picked from commit 199acc782036f2de18071cc64cdf7500277ae618)
- (cherry picked from commit b9c3ec57492253e6c3a505b54906d233af7849bc)
- (cherry picked from commit d02073b32b0967d4efb48557c1b0ea126244db7a)
-
Fix transfer error pose stack cleanup - mezz
- (cherry picked from commit 871f160b26a176ae9dba3349dc81a7761f1f1bab)
- (cherry picked from commit 66bca7edaab0ee7b3951f7cba008dd969c3e206a)
- (cherry picked from commit 1d213091414089ccc4496929893ef062ba5c1e69)
- (cherry picked from commit 76f66694c4ee94df87e47441a6d36c964a4d4935)
- (cherry picked from commit c0fa582ad4420847fc4ff281ce61b3fc69650631)
- (cherry picked from commit b529c1a64d83cbc0407d7f09112cccda0791459d)
- # Conflicts:
- # Gui/src/main/java/mezz/jei/gui/recipes/RecipeTransferButton.java
-
U.S. English translation revamp, backport, and cleanup of other lang files (#3813) - Greg-21
- (cherry picked from commit 60e13a56777874b8aa9a7672cb45c9fd3e454b8c)
-
Allow focus-linking with invisible recipe slots - mezz
- (cherry picked from commit 18a16324d742cd9841f439a68a6f2f7e5e8c1d07)
-
Fix #3788 Not cycling through ingredients when looking at recipes - mezz
- (cherry picked from commit debef98ee7deda2e20f4b86b746042c53da388d0)
- # Conflicts:
- # CommonApi/src/main/java/mezz/jei/api/gui/IRecipeLayoutDrawable.java
-
Add support for Recipe Category Decorators (#3255) - mezz
- Co-authored-by: Relentless <relentless@rlnt.dev>
- Co-authored-by: LLytho <main@lytho.dev>
- Co-authored-by: mezz <tehgeek@gmail.com>
- (cherry picked from commit 1336a7bd31225acffbd235ea0bc624b410c88c38)
- # Conflicts:
- # Library/src/main/java/mezz/jei/library/plugins/debug/JeiDebugPlugin.java
-
Fix #3767 Recipe ID should be shown for all recipes when advanced tooltips are enabled - mezz
- (cherry picked from commit 2e8c54db52e0612a0886cde59a146bb1ea0fc1a4)
-
Fix handling of restricted slots in recipe transfers - mezz
- (cherry picked from commit ff06e682326c55ce341c0746d00a497ef04eaa30)
-
Fix #3731 Ingredient list gets disordered after a resource reload - mezz
- (cherry picked from commit 0350e83fe82cddee72e503f3766a85832d381396)
-
Fix slot view order when recipe has linked slots - mezz
- Fixes https://github.com/SlimeKnights/TinkersConstruct/issues/5232
- (cherry picked from commit a1db6aa1576813682f2eb2da891f8ec8cff40369)
-
Backport a lot of code from 1.20.1 to 1.19.2 (#3766) - mezz
- (cherry picked from commit bc0732c433e6e45ca7b8d5e439e36073a44498ab)
- # Conflicts:
- # CommonApi/src/main/java/mezz/jei/api/gui/IRecipeLayoutDrawable.java
- # CommonApi/src/main/java/mezz/jei/api/ingredients/IIngredientRenderer.java
- # CommonApi/src/main/java/mezz/jei/api/ingredients/subtypes/ISubtypeManager.java
- # CommonApi/src/main/java/mezz/jei/api/recipe/advanced/IRecipeManagerPlugin.java
- # CommonApi/src/main/java/mezz/jei/api/recipe/transfer/IRecipeTransferError.java
- # CommonApi/src/main/java/mezz/jei/api/recipe/transfer/IRecipeTransferHandler.java
- # CommonApi/src/main/java/mezz/jei/api/runtime/IClickableIngredient.java
- # CommonApi/src/main/java/mezz/jei/api/runtime/IScreenHelper.java
- # Forge/src/test/java/mezz/jei/test/lib/TestIngredientHelper.java
- # Gui/src/main/java/mezz/jei/gui/recipes/RecipeTransferButton.java
- # Library/src/main/java/mezz/jei/library/gui/GuiHelper.java
- # Library/src/main/java/mezz/jei/library/gui/helpers/ScreenHelper.java
- # Library/src/main/java/mezz/jei/library/ingredients/IngredientManager.java
- # Library/src/main/java/mezz/jei/library/recipes/PluginManager.java
- # Library/src/main/java/mezz/jei/library/recipes/RecipeManagerInternal.java
- # Library/src/main/java/mezz/jei/library/transfer/BasicRecipeTransferInfo.java
-
Close #3190 Add support for ghost ingredient dragging from bookmarks - mezz
- (cherry picked from commit d11e1491f6d4945151536edb5e37b57a3e8439aa)
-
Fix ghost ingredient dragging - mezz
- (cherry picked from commit 372f9e0bbcd0a9d921520af97aeaff0445d6a031)
-
turn spaces to tabs consistently with spotless rules - mezz
- (cherry picked from commit 119aba128828f02b77c7bac900c4d1b0ec7e6848)
-
Fix #3494 Protect against modded tooltip crashes - mezz
- (cherry picked from commit 03c9f113523d255953517c779ef62de359b02255)
-
fix ImmutableRect2i math and tolerance - mezz
- (cherry picked from commit 6a2c7fc01a1a334b86e1708da187ba9fb37827d2)
-
Fix #3183 Fix #3523 Loosen restrictions on gui placement and rectangles going offscreen - mezz
- (cherry picked from commit b46bb996e2792a4e40634a26357d593875294345)
-
Prevent recipe transfers from touching output slots - mezz
- (cherry picked from commit 8612cb0974c69fabfe268497f927435d915118e5)
-
Close #3320 Search default block tags for items with blocks in them - mezz
- (cherry picked from commit 0d64e3aa4c27ce056bef113a63ff295db8694eba)
-
Fix error handling when a recipe manager plugin crashes - mezz
- (cherry picked from commit c24d85b39a8704f4221e306be064e05214bdfcfe)
- # Conflicts:
- # Library/src/main/java/mezz/jei/library/recipes/PluginManager.java
-
Make FileWatcherThread a daemon thread - mezz
- This prevents it from keeping the JVM from exiting during data generation.
- (cherry picked from commit f1df855db8766961f7f66fe2a146c6c02e8bbd65)
-
Improve config file watcher, avoid creating excess threads on world reload - mezz
- (cherry picked from commit 33a6b1fadf01cc6f77a44c5c086a73a6b9e03bda)
-
Move input debug logs behind a new DebugInputs config flag - mezz
- (cherry picked from commit a18dcf94aa7b9b849e4f23e6a4211bee7d14622f)
-
Simplify platform config helper code - mezz
- (cherry picked from commit e6ea3b4ef72737f927939682ae9b5c90c5d980f5)
-
Close #3077, Add link to open the JEI config folder when you click the settings button - mezz
- (cherry picked from commit e7570624748f7c521a9efcc8e60b7884f63ad984)
-
Fix #3093 Create a runtime registration step before onRuntimeAvailable - mezz
- (cherry picked from commit cfb7c8d3767f43a7ab18b9236f794abfecc70b33)
-
Hide ingredients that have the tag "c:hidden_from_recipe_viewers" - mezz
- (cherry picked from commit 1a08a45e887aa8224b2cbe1a24645d7b443a6676)
- # Conflicts:
- # CommonApi/src/main/java/mezz/jei/api/ingredients/IIngredientHelper.java
-
Split up the GUI code and add API methods so that the GUI mostly depends on the API (#3058) - James Mitchell
- (cherry picked from commit 6476d975359e1c2ff517d94b58ff2dcc7bf780ae)
-
Add Fabric key mapping client coverage - mezz
- Backport the Fabric client key mapping test harness to the 1.18.2 Fabric branch.
- This branch uses JEI's custom Fabric key mapping wrapper without AMECS integration, so no production key dispatch change is needed here; the coverage verifies that bound and unbound JEI GUI mouse mappings do not hide vanilla in-world attack/use clicks, including Shift-held clicks.
- Backported-from: 7e8b40943 Add Fabric key mapping client coverage
- Adapted-from: c33f95558 Fix Fabric JEI mouse key dispatch
- Original-source-commits: 7ec948ebb644d6bd2aef7087c05b3635bfba240d, 36e82ef84f6a430370c66332f22bd77551c64796, 55eb6764d99922b33d16162c8737e233a97925c4, 390bf8b0ce1812a8c436bf73a7080dd130aa2b51, 8b8607bd0515b6ce7925907e732b5a8cd4d917a3
-
Test catalyst recipe lookup deduplication - mezz
- (cherry picked from commit 2216accfadc30008d175e1926a1e781332438c96)
- (cherry picked from commit bb276226eac4eca59680f25c9506da81bedcce9a)
- (cherry picked from commit 98407790d53611551b2cfe3c73a93af44125aa4f)
- (cherry picked from commit eb8fa403d38984e2228c513ae05c7d4088a4e3aa)
- (cherry picked from commit 8a0dc2e209c8b0b914fa4abba4fde8967f7bacc3)
- (cherry picked from commit 0490efc87e2b0984fc18b6046e8caa3a7c6c48fb)
-
Fix full carried stack give command - mezz
- Backported with the 1.20.1 ItemStack tag comparison API. The upstream NeoForge game test is skipped because this branch has no NeoForge module.
- (cherry picked from commit 5fc3e3855229db1e8c50b02e0dd0229db2ef8934)
- (cherry picked from commit 515945f850bafaaeab7e1965e7c1d3f1c3d7b3d2)
- (cherry picked from commit fa27e07021be9b9f91c23526b9546a04c5d7fd59)
- (cherry picked from commit fbb220be0b79ef05e2e50813dc68dcd438190861)
- (cherry picked from commit 4971b4d5c7fbee878f8a24b3236f7c4c3c7bd495)
- (cherry picked from commit becb3b270a9c5d8e8a0f01e79db18a8434c2c233)
-
Fix catalyst layout with small areas - mezz
- (cherry picked from commit 29679c99ebcd961b6ee394ca1dd4c10d3c73d87b)
- (cherry picked from commit ca722551512c6d71b49a060d4d871e9961247cd7)
- (cherry picked from commit 6beab215e18ac97746a4ee60414d7a3b13ab4d9f)
- (cherry picked from commit e8b3024e5b0a49ca8096036508ff086ba039ced0)
- (cherry picked from commit 9cfd3dec52625b93b7da9ce36781feda3cd8802a)
- (cherry picked from commit 09bd8bb4209daf542e0dab16027475fd5ab8fdbf)
-
Harden oversized recipe transfer packets - mezz
- Backported the shared packet validation to the older 1.20.1 buffer-reading flow. The upstream NeoForge game test is skipped because this branch has no NeoForge module.
- (cherry picked from commit 4daf9b5fce0fa6c6a0521d706b7276c663d3a6ce)
- (cherry picked from commit bb362b31c4ba995c62d2f59e09fcc4e9f60a2e65)
- (cherry picked from commit b712b482db6f576bd826ff51c01141611c4e159c)
- (cherry picked from commit 1fa4d44ca9eedf45b06b2eabceab5289122db9a3)
- (cherry picked from commit e6f046f8b371a7f28aaa304afe712053df9717bc)
- (cherry picked from commit 9173af7e5dff5a7d94dbc0972d0c1f269fd0eb20)
-
Test ElementSearch ingredients - mezz
- Backported to the 1.20.1 Forge test suite because this branch has no NeoForge module.
- (cherry picked from commit 2790b5558f65da0936360092149ea97526a38714)
- (cherry picked from commit d1a636a12db1b7a471c7d6afd6d7174371886533)
- (cherry picked from commit 578d1396acec7a7fbcae3d9172039402fe413a04)
- (cherry picked from commit 902abb1fb411727ae23df4d046be3d630d9ba2c4)
- (cherry picked from commit a819400cd2f014c644cda40434e675614dc4c27c)
- (cherry picked from commit f4795472d9404eb302784ee888eb01ffa08bd7bd)
-
Fix recipe button input priority - mezz
- (cherry picked from commit 41571e2818224db42dade5b20d36a8c2813f9470)
- (cherry picked from commit 7777627541b34e85cd66c68ad48fcddfc00d31e1)
- (cherry picked from commit 82bcb6864c5bfe1884fade2fb135de49a39d0368)
- (cherry picked from commit 199acc782036f2de18071cc64cdf7500277ae618)
- (cherry picked from commit b9c3ec57492253e6c3a505b54906d233af7849bc)
- (cherry picked from commit d02073b32b0967d4efb48557c1b0ea126244db7a)
-
Fix transfer error pose stack cleanup - mezz
- (cherry picked from commit 871f160b26a176ae9dba3349dc81a7761f1f1bab)
- (cherry picked from commit 66bca7edaab0ee7b3951f7cba008dd969c3e206a)
- (cherry picked from commit 1d213091414089ccc4496929893ef062ba5c1e69)
- (cherry picked from commit 76f66694c4ee94df87e47441a6d36c964a4d4935)
- (cherry picked from commit c0fa582ad4420847fc4ff281ce61b3fc69650631)
- (cherry picked from commit b529c1a64d83cbc0407d7f09112cccda0791459d)
-
Pin ForgeGradle for Java 17 daemon builds - mezz
-
Update Gradle wrapper to 8.10 - mezz
- Backport only the wrapper distribution update so Gradle can launch from current local JDKs while keeping the 1.19 branch's loader and plugin versions unchanged.
- Partially backported from commit ab9a89b8e720af6a9048f21c697b0b76809a5ef9.
- (cherry picked from commit 0eaae5fc8c8bddc166ba22b5e54dd1c26b5d33ae)
-
Specify Java 17 for the gradle toolchain - mezz
- (cherry picked from commit 8814ef301e3dc5d6c748ce7c28d035c50db99113)
- (cherry picked from commit 2aab6d75025fc1f7f916468a09394b4860eec75e)
-
[1.18.2] U.S. English translation revamp, backport, and cleanup of other lang files (#3814) - Greg-21
-
Fix missing JSR-305 Fabric dependency for dev-time resolution of ParametersAreNonnullByDefault - mezz
-
spotless apply - mezz
-
update dev tooling - mezz
-
Prevent recipe transfers from touching output slots - mezz
-
Fix #3225 Server error when deleting items in multiplayer - mezz
-
Update Gradle and ForgeGradle version - mezz
-
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
This mod has no additional files