aboutsummaryrefslogtreecommitdiff
path: root/fabric/src/main/resources/fabric.mod.json
AgeCommit message (Collapse)Author
2025-02-16chore: Update to add namespaces to ReloadListenerRegistry calls (#1828)ellellie
* chore: update to Architectury API 15.0.2 Needed to update `ReloadListenerRegistry.register` calls due to https://github.com/architectury/architectury-api/pull/603 * chore: add dependency on architectury >= 15.0.2 for the fabric platform. * chore: depend on NeoForge >= 21.4.84-beta as well
2024-06-17Update to 1.21shedaniel
2023-04-02Update to 23w13a_or_bshedaniel
2023-01-22Add support for c:hidden_from_recipe_viewersshedaniel
2022-07-27Make Architectury Plugin compile onlyshedaniel
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-19Update to 1.19-pre1shedaniel
2022-05-13Update to 22w19ashedaniel
2022-05-05Update to 22w18ashedaniel
2022-04-28Update to 22w17ashedaniel
2022-03-2022w11ashedaniel
2022-02-23Merge remote-tracking branch 'origin/7.x-1.18' into 7.x-1.18.2shedaniel
# Conflicts: # gradle.properties # runtime/src/main/java/me/shedaniel/rei/impl/client/gui/screen/AbstractDisplayViewingScreen.java
2022-02-231.18.2-pre2shedaniel
2022-02-09Migrate to Cloth Config's ValueAnimator, and add option to cache entry rendersshedaniel
2021-11-21Publish to mavenshedaniel
2021-11-201.18-pre5shedaniel
2021-11-181.18-pre4shedaniel
2021-11-181.18-beta.3shedaniel
2021-11-18Merge remote-tracking branch 'origin/6.x-1.17' into 7.x-1.18shedaniel
2021-11-18Properly credit translatorsshedaniel
2021-11-17Update to 1.18-pre2shedaniel
2021-11-14Removed deprecated APIs, 1.18-pre1shedaniel
2021-11-05Update to 21w44ashedaniel
2021-08-02Welcome, Forge 1.17shedaniel
2021-06-22Fix #558shedaniel
2021-05-17Implement ErrorDisplayer on Fabric properlyshedaniel
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-09Use AbstractRecipeViewingScreen and remove static from ScreenHelpershedaniel
Signed-off-by: shedaniel <daniel@shedaniel.me>
2021-02-28Port to Architectury Multiloadershedaniel
Signed-off-by: shedaniel <daniel@shedaniel.me>