aboutsummaryrefslogtreecommitdiff
path: root/default-plugin
AgeCommit message (Collapse)Author
2022-04-15Fix #817shedaniel
2022-04-13Add internal loggersshedaniel
2022-02-18Implement changelog, close #772shedaniel
2022-02-15Close #110shedaniel
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
2021-11-21Add wildcard matchingshedaniel
2021-11-21Fix EnderStorage recipesshedaniel
2021-11-20Rewrite on how TransferHandler render errors, and fix #580shedaniel
2021-11-20Add @REIPlugin annotation to the forge api artifactshedaniel
2021-11-18Merge remote-tracking branch 'origin/6.x-1.17' into 7.x-1.18shedaniel
2021-11-18Add @Experimental on #659shedaniel
2021-11-18Waxing, Wax Scraping, Oxidizing, and Oxidation Scraping categoriesShnupbups
2021-11-14Removed deprecated APIs, 1.18-pre1shedaniel
2021-11-05Merge branch '6.x-1.17' into 7.x-1.18shedaniel
# Conflicts: # gradle.properties
2021-11-02Refactor MenuInfoProvider to give more concrete infoshedaniel
2021-11-02Add option to merge displaysshedaniel
2021-10-1421w41ashedaniel
2021-10-14Remove LBA compatibility, Add Fabric API compatibilityshedaniel
Update buildscripts and README Update buildscripts and README
2021-08-30Support anvil recipesshedaniel
2021-08-02Welcome, Forge 1.17shedaniel
2021-06-27Fix #572 & add getDraggableAcceptingBoundsshedaniel
2021-06-22Fix #559shedaniel
2021-06-20Add registerRecipeFiller for checking recipe typesshedaniel
2021-06-14Fix auto crafting patterns & refactor internals providersshedaniel
2021-06-03Use Java 16 featuresshedaniel
2021-06-02Reformat codeshedaniel
2021-06-02InteractionResultHolder -> CompoundEventResultshedaniel
2021-06-01Generate fake jars for fabric loomshedaniel
2021-06-01Upload to mavenshedaniel
2021-06-01cast().getValue() -> castValue()shedaniel
2021-05-31Fix rendering issues with overlays, REIHelper -> REIRuntimeshedaniel
2021-05-30Update to 1.17-pre1shedaniel
2021-05-28Merge remote-tracking branch 'origin/6.x' into 6.x-1.17shedaniel
# Conflicts: # runtime/src/main/java/me/shedaniel/rei/impl/client/ClientHelperImpl.java # runtime/src/main/java/me/shedaniel/rei/impl/client/config/ConfigManagerImpl.java # runtime/src/main/java/me/shedaniel/rei/impl/client/config/ConfigObjectImpl.java # runtime/src/main/java/me/shedaniel/rei/impl/client/gui/ScreenOverlayImpl.java # runtime/src/main/java/me/shedaniel/rei/impl/client/gui/screen/DelegateScreen.java # runtime/src/main/java/me/shedaniel/rei/impl/client/gui/screen/TransformingScreen.java # settings.gradle
2021-05-28Fix #540shedaniel
2021-05-22Initial port to 21w20ashedaniel
2021-05-22Merge remote-tracking branch 'origin/6.x' into 6.x-1.17shedaniel
2021-05-22Simplify code in DefaultCraftingDisplay and NbtHasherProviderImplshedaniel
2021-05-17Merge remote-tracking branch 'origin/6.x' into 6.x-1.17shedaniel
2021-05-17Implement ErrorDisplayer on Fabric properlyshedaniel
2021-05-17Add stub AnvilRecipe and implement recipe hidingshedaniel