aboutsummaryrefslogtreecommitdiff
path: root/default-plugin/src/main/java/me/shedaniel/rei/plugin/autocrafting
AgeCommit message (Collapse)Author
2024-10-26Update to 1.21.2 (Please read Primer)shedaniel
https://hackmd.io/@shedaniel/rei17_primer
2024-09-05Merge remote-tracking branch 'origin/15.x-1.20.5' into 16.x-1.21shedaniel
2024-09-05Merge remote-tracking branch 'origin/12.x-1.20' into 13.x-1.20.2shedaniel
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-06-17Update to 1.21shedaniel
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-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-01-22Update license to 2023shedaniel
2022-04-23Update to 22w16bshedaniel
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
2021-11-20Rewrite on how TransferHandler render errors, and fix #580shedaniel
2021-08-02Welcome, Forge 1.17shedaniel
2021-06-03Use Java 16 featuresshedaniel
2021-05-31Fix rendering issues with overlays, REIHelper -> REIRuntimeshedaniel
2021-05-22Simplify code in DefaultCraftingDisplay and NbtHasherProviderImplshedaniel
2021-05-03Update license headershedaniel
Signed-off-by: shedaniel <daniel@shedaniel.me>
2021-03-25Refactor Default Plugin packages, fix favoritesshedaniel
Signed-off-by: shedaniel <daniel@shedaniel.me>
2021-03-25Refactor MenuInfo, split client and server apis, new dual PluginManager ↵shedaniel
system, remove @NotNull Signed-off-by: shedaniel <daniel@shedaniel.me>
2021-03-18Organize codeshedaniel
Signed-off-by: shedaniel <daniel@shedaniel.me>
2021-02-27Remove depending on Cloth API, switching to architecturyshedaniel
Signed-off-by: shedaniel <daniel@shedaniel.me>
2021-02-05Moreshedaniel
Signed-off-by: shedaniel <daniel@shedaniel.me>
2021-02-05More relocationshedaniel
Signed-off-by: shedaniel <daniel@shedaniel.me>
2020-12-20wip moreshedaniel
Signed-off-by: shedaniel <daniel@shedaniel.me>