aboutsummaryrefslogtreecommitdiff
path: root/fabric/src/main/java/me
AgeCommit message (Collapse)Author
2022-05-23Fix Architectury API linkshedaniel
2022-05-21Fix merge conflictsshedaniel
2022-05-21Merge remote-tracking branch 'origin/8.x-1.18.2' into 9.x-1.19shedaniel
# Conflicts: # gradle.properties # runtime/src/main/java/me/shedaniel/rei/impl/client/entry/filtering/rules/SearchFilteringRule.java # runtime/src/main/java/me/shedaniel/rei/impl/client/gui/ScreenOverlayImpl.java # runtime/src/main/java/me/shedaniel/rei/impl/client/gui/performance/PerformanceScreen.java # runtime/src/main/java/me/shedaniel/rei/impl/client/gui/screen/DefaultDisplayViewingScreen.java # runtime/src/main/java/me/shedaniel/rei/impl/client/gui/widget/EntryWidget.java # runtime/src/main/java/me/shedaniel/rei/impl/client/gui/widget/FavoritesListWidget.java # runtime/src/main/java/me/shedaniel/rei/impl/client/gui/widget/InternalWidgets.java # runtime/src/main/java/me/shedaniel/rei/impl/client/gui/widget/entrylist/EntryListWidget.java
2022-05-21Fix #856shedaniel
2022-05-20Fix renamed project slugsshedaniel
2022-05-19API Changes for REI 9shedaniel
Documented Here: https://shedaniel.gitbook.io/roughly-enough-items/api-migration/rei-8-greater-than-rei-9
2022-05-05Update to 22w18ashedaniel
2022-04-28Update to 22w17ashedaniel
2022-04-28Merge remote-tracking branch 'origin/8.x-1.18.2' into 9.x-1.19shedaniel
# Conflicts: # runtime/src/main/java/me/shedaniel/rei/RoughlyEnoughItemsInitializer.java # runtime/src/main/java/me/shedaniel/rei/impl/client/gui/performance/PerformanceScreen.java
2022-04-23Compare versions more on a smaller scaleshedaniel
2022-04-23Update to 22w16bshedaniel
2022-04-15Fix #817shedaniel
2022-04-13Some changes in handling tooltip componentsshedaniel
2022-04-12Fix quark tooltip fighting issuesshedaniel
2022-04-12Fix #815shedaniel
2022-02-10Close #773shedaniel
2022-02-09Migrate to Cloth Config's ValueAnimator, and add option to cache entry rendersshedaniel
2022-01-29Fix #605shedaniel
2022-01-28Close #720shedaniel
2022-01-15Update LICENSE for 2022shedaniel
2022-01-15Close #683shedaniel
2021-11-18Properly credit translatorsshedaniel
2021-11-11Add Dispose Here region, introduce ValueAnimatorshedaniel
2021-10-23Fix #640shedaniel
2021-10-22Fix #644shedaniel
2021-10-22Add Performance Analysisshedaniel
2021-10-22Fix most of the issues in #643shedaniel
2021-10-16Fix merge conflictsshedaniel
2021-10-16Fix merge conflictsshedaniel
2021-10-14Remove LBA compatibility, Add Fabric API compatibilityshedaniel
Update buildscripts and README Update buildscripts and README
2021-08-28Fix server crash due to mixinsshedaniel
2021-08-28Fix crash if architectury isn't installed, fix replay mod and REI fighting ↵shedaniel
to show GUIs
2021-08-27Fix NPE in PluginDetectorImpl.loadPluginshedaniel
2021-08-27Add hints for if REI does not initialize properlyshedaniel
2021-08-02Welcome, Forge 1.17shedaniel
2021-06-22Fix #568shedaniel
2021-06-12Fix REI on serversshedaniel
2021-06-06Show gui for errorsshedaniel
2021-06-03Throw better errors while constructing entrypointsshedaniel
2021-06-02Reformat codeshedaniel
2021-05-19Subsystem should be fine now?shedaniel
2021-05-17Implement ErrorDisplayer on Fabric properlyshedaniel
2021-05-03Update license headershedaniel
Signed-off-by: shedaniel <daniel@shedaniel.me>
2021-04-06Expose draggable stacksshedaniel
Signed-off-by: shedaniel <daniel@shedaniel.me>
2021-03-28Porperly save JEI compatibility settingsshedaniel
Signed-off-by: shedaniel <daniel@shedaniel.me>
2021-03-25Relocate most of the internal classes to match the apishedaniel
Signed-off-by: shedaniel <daniel@shedaniel.me>
2021-03-25Refactor MenuInfo, split client and server apis, new dual PluginManager ↵shedaniel
system, remove @NotNull Signed-off-by: shedaniel <daniel@shedaniel.me>
2021-03-17Expend DraggableStackProvider and DraggableStackVisitor to work in any ↵shedaniel
widgets, implement renderBackToPosition Signed-off-by: shedaniel <daniel@shedaniel.me>
2021-03-16Implement IGuiIngredientGroup, wrap FluidStack to arch FluidStack properlyshedaniel
Signed-off-by: shedaniel <daniel@shedaniel.me>
2021-03-09Use AbstractRecipeViewingScreen and remove static from ScreenHelpershedaniel
Signed-off-by: shedaniel <daniel@shedaniel.me>