aboutsummaryrefslogtreecommitdiff
path: root/runtime/src
AgeCommit message (Collapse)Author
2022-02-18Fix licenseshedaniel
2022-02-18Tweak changelogs a bitshedaniel
2022-02-18Close #783shedaniel
2022-02-18Implement changelog, close #772shedaniel
2022-02-15Close #768shedaniel
2022-02-15Close #110shedaniel
2022-02-15Fix #430shedaniel
2022-02-15Remove composite / default selection screenshedaniel
2022-02-15Support JEI API 9.3shedaniel
2022-02-15Add preliminary crash catcher, close #771shedaniel
2022-02-12Update to 22w06ashedaniel
2022-02-10Close #773shedaniel
2022-02-09Close #757shedaniel
2022-02-09Migrate to Cloth Config's ValueAnimator, and add option to cache entry rendersshedaniel
2022-02-06Update localisationsshedaniel
2022-02-01Fix entry list not populating entries in time properly, Fix #742shedaniel
2022-02-01Add progress bar to plugin reloadsshedaniel
2022-01-29Fix #744shedaniel
2022-01-29Fix custom JEI transfer errorsshedaniel
2022-01-29Fix #741shedaniel
2022-01-29Fix #620shedaniel
2022-01-29Fix #697shedaniel
2022-01-29Fix #575shedaniel
2022-01-29Close #739shedaniel
2022-01-27Fix #671shedaniel
2022-01-27Fix #719shedaniel
2022-01-27Fix #730shedaniel
2022-01-27Fix #738shedaniel
2022-01-27Fix 2x2 craftingshedaniel
2022-01-27Update localizationsshedaniel
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-16Technically fix #611, would need CPAS to use the new methodsshedaniel
2022-01-16Fix #691shedaniel
2022-01-16Add Korean translation filesshedaniel
2022-01-16Update translationsshedaniel
2022-01-16Fix #672shedaniel
2022-01-16Fix #670 and Apotheosis's Deadly Pluginshedaniel
2022-01-15Update LICENSE for 2022shedaniel
2022-01-15Close #683shedaniel
2022-01-15Introduce config button menushedaniel
2022-01-12Prevent against arbitrary modifications against DisplayRegistry with getAll ↵shedaniel
or get, Close #700, Fix JEITweaker
2021-12-27Fix support for Enchantment Descriptionsshedaniel
2021-12-16Adds EntryDefinition.cheatsAsshedaniel
2021-12-12Fix licensesshedaniel
2021-12-12Add entry settings adaptershedaniel
2021-12-12Change Copy Recipe ID and Export Image Keybindshedaniel
2021-12-06Make Label tooltips use Components instead of Strings (#680)Shnupbups
Attempted to keep all old methods for backwards compatibility reasons, but marked as Deprecated and ScheduledForRemoval... and thus had to choose a not-so-ideal method name or two for erasure conflict reasons
2021-11-22Fix #662shedaniel
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-21Check isEmpty before checking for filtered stacksshedaniel