Skip to content

Commit 9cc2d4f

Browse files
committed
Merge branch 'main' into nsight
2 parents b71b6f4 + 74a03dc commit 9cc2d4f

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

README.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -65,24 +65,20 @@
6565
- Jar of Cleanroom integrated mods (MixinBooter, ConfigAnyTime) will be ignored by Cleanroom, then won't crash under Cleanroom
6666
- The version of built-in MixinBooter is configurable in forge_early.cfg
6767

68-
### List of Obsoleted/Incompatible Mods
68+
### Prepare Your Mods for Cleanroom
6969

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)
7871

7972
## Build Instructions:
8073

8174
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!**
8682

8783
## Development Tips:
8884

projects/cleanroom/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ dependencies {
273273
installer "org.ow2.asm:asm-deprecated:$props.asm_deprecated"
274274

275275
// Hacks
276-
installer "top.outlands:foundation:0.18.4"
276+
installer "top.outlands:foundation:0.18.5"
277277
installer 'net.lenni0451:Reflect:1.6.2'
278278
installer 'org.javassist:javassist:3.30.2-GA'
279279
installer "zone.rong:imaginebreaker:2.1"

0 commit comments

Comments
 (0)