|
65 | 65 | - Jar of Cleanroom integrated mods (MixinBooter, ConfigAnyTime) will be ignored by Cleanroom, then won't crash under Cleanroom |
66 | 66 | - The version of built-in MixinBooter is configurable in forge_early.cfg |
67 | 67 |
|
68 | | -### List of Obsoleted/Incompatible Mods |
| 68 | +### Prepare Your Mods for Cleanroom |
69 | 69 |
|
70 | | -- SpongeForge: Use [SpongeForge LTS](https://www.curseforge.com/minecraft/mc-mods/spongeforge) |
71 | | -- Phosphor: Use [Hesperus](https://www.curseforge.com/minecraft/mc-mods/hesperus) or [Alfheim Lighting Engine](https://www.curseforge.com/minecraft/mc-mods/alfheim-lighting-engine) |
72 | | -- Forgelin: Use [Forgelin-Continuous](https://www.curseforge.com/minecraft/mc-mods/forgelin-continuous) |
73 | | -- LibrarianLib: Use [LibrarianLib-Continuous](https://www.curseforge.com/minecraft/mc-mods/librarianlib-continuous) |
74 | | -- JustEnoughIds: Use [RoughlyEnoughIDs](https://www.curseforge.com/minecraft/mc-mods/reid) |
75 | | -- AdvancedShader: Binary patching, incompatible |
76 | | -- Polyfrost series: Waiting for official fix |
77 | | -- Essential.gg: Patched but still buggy |
| 70 | +Some mods are obsoleted or need extra handle. See [wiki](https://cleanroommc.com/wiki/end-user-guide/preparing-your-modpack#incompatible-problematic-mods-on-cleanroom-launcher) |
78 | 71 |
|
79 | 72 | ## Build Instructions: |
80 | 73 |
|
81 | 74 | 1. Clone this repository |
82 | | -2. Import the `build.gradle` into your IDE (most preferably IntelliJ IDEA) |
83 | | -3. Once the import has finished, run `gradlew setup` |
84 | | -4. Run `gradlew --stop` to stop the daemon and prevent ForgeGradle gone wrong |
85 | | -5. Build with `gradlew build` |
| 75 | +2. `git submodule init` then `git submodule update` |
| 76 | +3. Import the `build.gradle` into your IDE (most preferably IntelliJ IDEA) |
| 77 | +4. Once the import has finished, run `gradlew setup` |
| 78 | +5. Run `gradlew --stop` to stop the daemon and prevent ForgeGradle gone wrong |
| 79 | +6. Build with `gradlew build` |
| 80 | + |
| 81 | +**Remember to run `git submodule update` after everytime you fetched upstream!** |
86 | 82 |
|
87 | 83 | ## Development Tips: |
88 | 84 |
|
|
0 commit comments