From da1dee13a552cbbca42fd3dd97183772358792dd Mon Sep 17 00:00:00 2001 From: MeexReay <127148610+MeexReay@users.noreply.github.com> Date: Sun, 16 Mar 2025 17:42:22 +0300 Subject: [PATCH] you might also want remove existing mods if youre changing theloader --- HACKING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HACKING.md b/HACKING.md index 5a1855b..3aaecfe 100644 --- a/HACKING.md +++ b/HACKING.md @@ -35,6 +35,7 @@ cp /path/to/your-mod.jar . To change version or loader of Minceraft, edit `mine-data/mmc-pack.json` file. You can generate it with MultiMC or PrismLauncher, and just copy. +If you are changing the loader, you might also want to remove existing fabric mods, they are located in the `mods/` folders. # How to change my nickname @@ -42,4 +43,4 @@ UltimMC's nickname is stored in `run_mine.sh` file. Just change it from Steve to # Finally -Finally, after all the changes, build the ISO by [this guide](https://github.com/MeexReay/minceraftOS/blob/main/BUILD.md) \ No newline at end of file +Finally, after all the changes, build the ISO by [this guide](https://github.com/MeexReay/minceraftOS/blob/main/BUILD.md)