aboutsummaryrefslogtreecommitdiff
path: root/default-plugin/src/main/java/me/shedaniel
AgeCommit message (Collapse)Author
2024-09-05New Optimised Craftable Filtershedaniel
(should remove almost all stutters with the filter) Developers can also use the new TransferHandlerMeta to provide custom info for available ingredients used for quickly determining whether the player can craft it.
2024-04-17Add anvil recipes, Close #1381shedaniel
2024-04-17Fix compositing category not showing chance in tooltipsshedaniel
2024-04-16Fix cherrypickshedaniel
2024-04-16Mini Displays Favoritesshedaniel
2024-04-16Close #903shedaniel
2024-04-16Fix #333 and implement some of #509 (Dye Armor, Clone Banner, Clone Book, ↵shedaniel
Firework Rocket, Clone Map, Extend Map, Decorate Shield, Dye Shulker Box, Suspicious Stew)
2024-04-16Close #1131shedaniel
2023-10-23Fix crafting recipe duplicator not functioningshedaniel
2023-09-18Fix #1465shedaniel
2023-09-01Reworked the transfer apishedaniel
See https://www.craft.me/s/TVL01jO3OZarPE for the documentation of the new experimental simple transfer handle
2023-01-22Update license to 2023shedaniel
2022-11-08Make tag category hidden if user is on a server without REI, Fix #1121shedaniel
2022-11-05Fix #1187shedaniel
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
2022-06-28Migrate EntryIngredient and EntryStack save() to saveIngredient() and ↵shedaniel
saveStack()
2022-06-28Make gamemode favorites not pinned by defaultshedaniel
2022-06-11Fix sending commandsshedaniel
2022-06-11Merge remote-tracking branch 'origin/8.x-1.18.2' into 9.x-1.19shedaniel
# Conflicts: # api/src/main/java/me/shedaniel/rei/api/client/registry/transfer/TransferHandler.java # default-plugin/src/main/java/me/shedaniel/rei/plugin/client/DefaultClientPlugin.java # fabric/src/main/java/me/shedaniel/rei/impl/client/gui/fabric/ScreenOverlayImplImpl.java # runtime/src/main/java/me/shedaniel/rei/impl/client/gui/screen/AbstractDisplayViewingScreen.java # runtime/src/main/java/me/shedaniel/rei/impl/client/gui/widget/AutoCraftingEvaluator.java # runtime/src/main/java/me/shedaniel/rei/impl/client/gui/widget/QueuedTooltip.java
2022-06-11Add default favorite entriesshedaniel
2022-06-08Update to 1.19shedaniel
2022-05-27Refactor Point -> TooltipContextshedaniel
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-20REI 8.2shedaniel
- 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
2022-04-28Update to 22w17ashedaniel
2022-04-23Update to 22w16bshedaniel
2022-04-16Add shapeless indicatorshedaniel
2022-04-15Fix #817shedaniel
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-18Implement changelog, close #772shedaniel
2022-02-15Close #110shedaniel
2022-02-12Update to 22w06ashedaniel