Creators
Details
Licensed MIT
Published 4 years ago
All versions
9.0.493+fabric
Release
[Fabric 1.19] v9.0.4934 years ago 429
Compatibility
Minecraft: Java Edition
1.19
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Required content
Changes
REI v9.0.493 for 1.19
Updated at 2022-06-24 17:50.
- Fix #949
- Fix #932
- Fix duplicate cycling tooltip
- Clean up code, use refilterNew instead
- Implement JEICatalystLookup and JEIRecipeCategoriesLookup, fixes #927 (#929) [ci skip]
- Fix polymer wildcard applying too aggressively
- Fix #876
- Add acceptsNull() in EntryDefinition
- Fix #897
- Fix JEIPlugin on servers
- Publish Plugin Compatibilities onto maven
- Add REIPluginLoader and resolve dists properly
- Update API to JEI 11
- Update JEI Assets
- Migrate to Unified Publishing
- Fix merge conflicts
- Fix sending commands
- Fix #899
- Fix #874
- Add TransferHandler.Result.tooltip()
- Add default favorite entries
- Add accepted stacks to the tooltip
- Add accepted stacks to the tooltip
- Update to 1.19
- Change from readNbt to readAnySizeNbt
- Make it easier to scroll between pinned recipes
- Fix favoriting items in the pinned recipe and add error rendering
- Allow ctrl+click when cheat mode is on
- Fix tinkers transfer
- Fix CME in parallel registration for JEI recipes
- Fix #861
- Fix #870
- Disable fluid amount display on JEI slots
- Fix clicking pinned JEI slots
- Remove cyclops-core dep
- Refactor Point -> TooltipContext
- Fix #863
- Fix #866
- Fix #867, Fix #861
- Fix #868
- Fix Architectury API link
- Fix #861
- Change CF versions
- Fix merge conflicts
- Fix #856
- Add way to interact with the saved display
- Fix renamed project slugs
- REI 8.2 - Display History - Draggable Component - Multi Select Filtering Screen - Better Craftable Filter - Fix #850 - Fix #845 - Fix #832 - Fix #731 - Fix #839 - Fix #804 - Fix EvilCraft
- Publish to CurseForge
- API Changes for REI 9 Documented Here: https://shedaniel.gitbook.io/roughly-enough-items/api-migration/rei-8-greater-than-rei-9
- Update to 1.19-pre1
- Update to 22w19a
- Update to 22w18a
- Update to 22w17a
- Code refactor on entry lists
- Only forcefully load JEI plugins for DisplayRegistry
- Depend on the correct Cloth Config
- Fix performance screen time
- Update RecipeType
- Show total load time in performance screen
- Fix compile
- Compare versions more on a smaller scale
- Update to 22w16b
- Shapeless Icons
- Fix #674
- Add shapeless indicator
- Fix #817
- Add what's getting hidden in the search filtering screen
- 22w15a
- Update JEI compat for 9.7, Fix #785
- Fix empty checks for argument types, Fix #673
- Check non-empty for craftable filter, Fix #663
- Make craftable filter defaulted on
- Make ctrl-click transfer less laggy
- Make craftable filter account for container changes
- Make ctrl-click transfer not suck that much
- Make craftable filter check count
- Add option to disable compact arrows
- Update translations
- Some changes in handling tooltip components
- Fix changelog version
- 22w14a
- Bump to REI 8.1
- Revert changelogs
- Add supporting me links
- New changelog icons
- Try to prevent async search cache from getting stuck
- Update forge version
- Reposition Reload Search button
- Print "Refreshing cached entry list texture..." only when cache entry rendering is enabled
- Fix #829
- Fix #808
- Fix quark tooltip fighting issues
- Fix putIfAbsent crash
- Add new time icons by Rid
- Fix #815
- Support for JEI 9.5, Close #821, Fix #807
- Add 1.18 to README.md (#822)
- 22w13a
- 22w12a
- 22w11a
- Fix JEIEntryDefinition
- Catch SearchFilterPrepareWatcher race condition
- Increase gradle memory
- Update github workflow
- Remove config button tooltip
- Support Forge 1.18.2
- Change supported version text
- Remove forge curseforge publish
- Bump to REI 8 and publish to CF
- 1.18.2-rc1
- Add search caching hint
- Fix #787
- 1.18.2-pre2
- Update bug-report.yaml
- Fix #784
- Fix license
- Fix JEI Transfer Registration
- Tweak changelogs a bit
- Close #783
- Implement changelog, close #772
- Setup forge display tests
- Close #768
- Close #110
- Fix #430
- Remove composite / default selection screen
- Fix #617
- Fix #765
- Support JEI API 9.3
- Add preliminary crash catcher, close #771
- Update to 22w06a
- Close #773
- Close #757
- Migrate to Cloth Config's ValueAnimator, and add option to cache entry renders
- Start 7.3 Cycle
- Fix #760
- Fix #761
- Update localisations
- Fix #755
- Update JEI API
- Fix #745
- Improve issue templates
- Fix entry list not populating entries in time properly, Fix #742
- Add progress bar to plugin reloads
- Fix #744
- Fix custom JEI transfer errors
- Fix #741
- Fix #620
- Fix #605
- Fix #697
- Fix #575
- Close #739
- Close #720
- Fix #671
- Fix #719
- Fix #726
- Fix #730
- Fix #738
- Fix license headers
- Fix 2x2 crafting
- Fix compile errors
- Fix #728
- Rework crafting getInputEntries
- Bump to 6.4
- Update localizations
- Close #724 - Sort displays so craftable ones are on the top - Add Ctrl+Click shortcut to move items immediately - Improve TransferHandler API to allow renderers even when it is "successful"
- Fix #725
- Add option to specify the dists
- Fix server-only jars
- Upload to the same CF project
- Technically fix #611, would need CPAS to use the new methods
- Fix #676
- Update server component mods.toml
- Fix #691
- Fix merge conflicts
- Add Korean translation files
- Update translations
- Fix #672
- Introduce the server component version of REI
- Fix #670 and Apotheosis's Deadly Plugin
- Fix #713
- Update LICENSE for 2022
- Close #683
- Introduce config button menu
- Prevent against arbitrary modifications against DisplayRegistry with getAll or get, Close #700, Fix JEITweaker
- Fix support for Enchantment Descriptions
- Adds EntryDefinition.cheatsAs
- Mark 1.18.1 as supported
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:nfn13YXA:LNMkIpFr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nfn13YXA:LNMkIpFr"
}



