aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/mcmod.info
AgeCommit message (Collapse)Author
2024-08-11Faster dev boot times (120s --> 80s while profiling) (#2866)Jason Mitchell
* Faster dev boot times (120s --> 80s while profiling) * Clean up sloppy hard deps and properly gate them behind isModLoaded() checks. * Include CoreTweaks as runtime only non publishable for faster boot as well
2024-05-25Merge Lanthanides root and mcmod.infoRaven Szewczyk
2024-05-25Migrate KubaTech root and mcmod.infoRaven Szewczyk
2024-05-25Migrate GoodGen root and mcmod.infoRaven Szewczyk
2024-05-25Migrate kekztech root and mcmod.infoRaven Szewczyk
2024-05-24Merge mcmod.infoRaven Szewczyk
2024-05-23GigaGramFab relocationRaven Szewczyk
2021-11-07Unify build script draftJohann Bernhardt
2021-07-30Initial StructureLib integrationGlease
2021-04-27tidy(json): all .mcmeta and .infoLéa Gris
Normalise all these json files with jq Used Linux shell ```sh find ./src -type f \( -iname '*.mcmeta' -o -iname '*.info' \) -execdir bash -c ' for f; do if jq "." "$f" >/tmp/a.json; then cat /tmp/a.json >"$f"; fi; done; rm -f -- /tmp/a.json ' _ {} +; ```
2016-06-21experimental branchDream-Master
2016-06-21reverse commitDream-Master
2016-06-21even with Blood asp experimental branchDream-Master
2016-06-21remove allDream-Master
2015-10-18Move source directoryShawn Buckley