aboutsummaryrefslogtreecommitdiff
path: root/default-plugin
AgeCommit message (Collapse)Author
2023-11-02Merge remote-tracking branch 'origin/12.x-1.20' into 13.x-1.20.2shedaniel
# Conflicts: # fabric/src/main/resources/roughlyenoughitems.accessWidener
2023-10-24Rewrite how creative mode tab items are collectedshedaniel
2023-10-23Merge remote-tracking branch 'origin/12.x-1.20' into 13.x-1.20.2shedaniel
2023-10-23Merge remote-tracking branch 'origin/11.x-1.19.4' into 12.x-1.20shedaniel
# Conflicts: # runtime/src/main/java/me/shedaniel/rei/impl/client/config/entries/FilteringScreen.java # runtime/src/main/java/me/shedaniel/rei/impl/client/gui/screen/ConfigReloadingScreen.java # runtime/src/main/java/me/shedaniel/rei/impl/client/registry/screen/DefaultScreenOverlayRenderer.java
2023-10-23Merge remote-tracking branch 'origin/9.x-1.19' into 11.x-1.19.4shedaniel
# Conflicts: # runtime/src/main/java/me/shedaniel/rei/impl/client/gui/widget/CraftableFilterButtonWidget.java # runtime/src/main/java/me/shedaniel/rei/impl/common/entry/type/EntryRegistryListImpl.java
2023-10-23Fix crafting recipe duplicator not functioningshedaniel
2023-09-26Merge remote-tracking branch 'origin/12.x-1.20' into 13.x-1.20.2shedaniel
# Conflicts: # runtime/src/main/java/me/shedaniel/rei/RoughlyEnoughItemsNetwork.java
2023-09-18Merge remote-tracking branch 'shedaniel/11.x-1.19.4' into 12.x-1.20shedaniel
2023-09-18Merge remote-tracking branch 'shedaniel/9.x-1.19' into 11.x-1.19.4shedaniel
2023-09-18Fix #1465shedaniel
2023-09-01Merge remote-tracking branch 'shedaniel/11.x-1.19.4' into 12.x-1.20shedaniel
2023-09-01Merge remote-tracking branch 'shedaniel/9.x-1.19' into 11.x-1.19.4shedaniel
# Conflicts: # api/src/main/java/me/shedaniel/rei/api/common/transfer/RecipeFinder.java # default-plugin/src/main/java/me/shedaniel/rei/plugin/client/DefaultClientPlugin.java
2023-09-01Reworked the transfer apishedaniel
See https://www.craft.me/s/TVL01jO3OZarPE for the documentation of the new experimental simple transfer handle
2023-09-01Update to 23w35ashedaniel
2023-08-08Update to 23w31ashedaniel
2023-05-28Update to 1.20-pre6shedaniel
2023-04-02Update to 23w13a_or_bshedaniel
2023-03-16Port to 1.19.4shedaniel
2023-03-04Initial Port to 1.19.4-pre3shedaniel
2023-02-18Fix #1292shedaniel
2023-01-22Merge remote-tracking branch 'origin/9.x-1.19' into 10.x-1.19.3shedaniel
# Conflicts: # default-plugin/src/main/java/me/shedaniel/rei/plugin/client/favorites/CommandSender.java # fabric/src/main/java/me/shedaniel/rei/impl/client/fabric/CommandSenderImpl.java # forge/src/main/java/me/shedaniel/rei/impl/client/forge/CommandSenderImpl.java
2023-01-22Update license to 2023shedaniel
2022-12-09Update to 1.19.3shedaniel
2022-11-09Update to 22w44ashedaniel
2022-11-09Merge remote-tracking branch 'origin/9.x-1.19' into feature/1.19.3shedaniel
2022-11-08Make tag category hidden if user is on a server without REI, Fix #1121shedaniel
2022-11-05Fix #1187shedaniel
2022-10-28Update to 22w43ashedaniel
2022-10-22Properly register items on 1.19.3shedaniel
2022-10-22Support 22w42ashedaniel
2022-09-25Fix forge api and default plugin publishing and fix #1055shedaniel
2022-07-31Support 1.19.1, Fix #1041shedaniel
2022-07-27Make Architectury Plugin compile onlyshedaniel
2022-07-27Add InputMethods, Close #574shedaniel
2022-07-14Improvements to Composting category (#975)Shnupbups
* improvements to composting category 1. Fixed the chance tooltip not showing up 2. `DefaultCompostingDisplay.of` is no longer used and has been deprecated 3. Page count is kept track of internally and used to avoid having to specify the page number manually in a constructor, as a result the constructors that do specify it have been marked as internal as they should only be used by the serializer, but remain public for backwards compatibility with anything that may use them * am i have stupid * forRemoval
2022-07-12Fix #977shedaniel
2022-07-06Update information page designshedaniel
2022-07-06Place info and tag category at the endshedaniel
2022-07-06Fix #963shedaniel
2022-07-06Fix #970shedaniel
2022-06-28Fix #962shedaniel
2022-06-28Fix compile issuesshedaniel
2022-06-28Fix servers for tagsshedaniel
2022-06-28ashedaniel
2022-06-28Implement fallback renderer for entries that can't be converted to EntryStacksshedaniel
2022-06-28Add expanded view to tag trees, fix #948shedaniel
2022-06-28Primitive tags category implementationshedaniel
2022-06-28Adapt scissors to transformshedaniel
2022-06-28WIP on Tag Category, add Overflow Widgetshedaniel
2022-06-28Add tag helper methods in EntryIngredientsshedaniel