aboutsummaryrefslogtreecommitdiff
path: root/default-plugin/src
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-16Add anvil recipes, Close #1381shedaniel
2024-04-16Fix compositing category not showing chance in tooltipsshedaniel
2024-04-15Mini Displays Favoritesshedaniel
2024-04-15Close #903shedaniel
2024-04-15Fix #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-15Close #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-21Update license to 2023shedaniel
2022-11-07Make tag category hidden if user is on a server without REI, Fix #1121shedaniel
2022-11-05Fix #1187shedaniel
2022-07-27Fix compile errorsshedaniel
2022-07-27Make Architectury Plugin compile onlyshedaniel
2022-07-27Add InputMethods, Close #574shedaniel
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 servers for tagsshedaniel
2022-06-27Implement fallback renderer for entries that can't be converted to EntryStacksshedaniel
2022-06-27Add expanded view to tag trees, fix #948shedaniel
2022-06-26Primitive tags category implementationshedaniel
2022-06-26Adapt scissors to transformshedaniel
2022-06-26WIP on Tag Category, add Overflow Widgetshedaniel
2022-06-21Add tag helper methods in EntryIngredientsshedaniel
2022-06-20Migrate EntryIngredient and EntryStack save() to saveIngredient() and ↵shedaniel
saveStack()
2022-06-17Make gamemode favorites not pinned by defaultshedaniel
2022-06-11Add default favorite entriesshedaniel
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-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
2022-02-09Migrate to Cloth Config's ValueAnimator, and add option to cache entry rendersshedaniel
2022-01-28Close #720shedaniel
2022-01-27Fix #738shedaniel
2022-01-27Fix 2x2 craftingshedaniel
2022-01-27Rework crafting getInputEntriesshedaniel
2022-01-27Close #724shedaniel
- 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"
2022-01-15Update LICENSE for 2022shedaniel
2022-01-15Close #683shedaniel
2022-01-12Prevent against arbitrary modifications against DisplayRegistry with getAll ↵shedaniel
or get, Close #700, Fix JEITweaker
2021-12-03Fix some outputs being marked as inputs (#679)Shnupbups
2021-11-21Merge remote-tracking branch 'origin/6.x-1.17' into 7.x-1.18shedaniel
# Conflicts: # api/src/main/java/me/shedaniel/rei/api/common/transfer/info/MenuInfo.java # gradle.properties # runtime/src/main/java/me/shedaniel/rei/impl/client/search/argument/type/TooltipArgumentType.java # runtime/src/main/java/me/shedaniel/rei/plugin/autocrafting/DefaultCategoryHandler.java