| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-08-17 | Allow tags in more places in fake recipes | 2 | -2/+12 | ||
| 2025-08-17 | Downgrade recipe parsing issues from errors to warnings | 1 | -1/+1 | ||
| 2024-12-07 | Fix a crash when loading without any other mods present. | 3 | -15/+37 | ||
| 2024-11-03 | BREAK: Fix a bug in recipe-derived EMC calculation. | 1 | -2/+12 | ||
| This likely changes EMC values wildly! | |||||
| 2024-11-03 | Support Chipped fully. | 2 | -11/+59 | ||
| 2024-11-03 | Increase dependency versions. | 1 | -2/+2 | ||
| 2024-02-04 | Small bugfixes | 3 | -5/+7 | ||
| 2024-01-27 | Add support for WAILA (specifically with WTHIT). | 8 | -35/+83 | ||
| 2024-01-27 | Add support for a bunch of mods | 3 | -22/+55 | ||
| 2024-01-18 | Fix a dedicated server crash | 6 | -26/+44 | ||
| 2024-01-15 | Actually sync from server to client | 2 | -7/+25 | ||
| 2024-01-13 | Toposort recipes so it's actually usably fast | 10 | -92/+425 | ||
| 2024-01-12 | Release 0.2v0.2 | 1 | -0/+1 | ||
| 2024-01-12 | Make EMC be synced from server to client | 7 | -111/+205 | ||
| 2024-01-12 | Add lombok | 2 | -8/+4 | ||
| 2024-01-11 | Move default emc values to JSON files in datapack | 19 | -852/+441 | ||
| 2024-01-11 | Making SheetsMixin more extensible | 6 | -35/+43 | ||
| 2024-01-10 | Actually don't give bundles an EMC value | 1 | -4/+2 | ||
| 2024-01-10 | Added Energy Condenser | 21 | -71/+683 | ||
| 2024-01-10 | Move out common chest logic to separate files also in client code | 2 | -15/+57 | ||
| 2024-01-10 | Move out common chest logic to separate files | 6 | -408/+500 | ||
| 2024-01-10 | Some refactoring | 15 | -210/+366 | ||
| 2024-01-09 | Make Alchemical Chest waterloggable. | 1 | -7/+33 | ||
| 2024-01-09 | Added Alchemical Chest. | 25 | -50/+820 | ||
| 2024-01-08 | Replace ItemMixin.java with proper ItemTooltipCallback usage. | 2 | -32/+12 | ||
| 2024-01-08 | Created the EMC system | 16 | -20/+905 | ||
| 2024-01-05 | Add jakarta NonNull annotations | 1 | -1/+6 | ||
| 2024-01-05 | Cleanup imports | 1 | -3/+0 | ||