Skip to content

Commit 84b5cb6

Browse files
Merge branch 'main' into kotlin
2 parents 144179f + 9edf750 commit 84b5cb6

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CleanroomModTemplate
2-
Mod development template for Cleanroom, uses Unimined
2+
Mod development template for Cleanroom, uses a custom [Unimined fork](https://github.com/kappa-maintainer/Unimined) ([original](https://github.com/unimined/Unimined))
3+
4+
### WARNING: Custom Unimined Fork
5+
May have issues, report here or [here](https://github.com/kappa-maintainer/Unimined) when you encountered impossible field names or impossible Scala compiler errors.
36

47
## DOs and DON'Ts
58
### Choose Branch
@@ -15,7 +18,6 @@ There are 4 branches available:
1518

1619
If you want to use non-main branches, after clicked *Create a new repository* under *Use this template*, check the *Include all branches* checkbox.
1720

18-
1921
### Running Client or Server
2022
If you are using IntelliJ, **DO NOT** use the `Minecraft Client` configure with a blue icon. Just use the `2. Run Client` Gradle task.
2123

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
kotlin("jvm") version "2.3.10"
1111
id("com.gradleup.shadow") version "9.3.2"
1212
id("org.jetbrains.gradle.plugin.idea-ext") version "1.4.1"
13-
id("xyz.wagyourtail.unimined") version "1.4.10-kappa"
13+
id("xyz.wagyourtail.unimined") version "1.4.14-kappa"
1414
id("net.kyori.blossom") version "2.2.0"
1515
}
1616

buildSrc/src/main/kotlin/dependencies.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ repositories {
1818
name = "CleanroomMaven"
1919
url = uri("https://maven.cleanroommc.com")
2020
}
21+
mavenCentral()
2122
mavenLocal() // Must be last for caching to work
2223
}
2324
dependencies {

0 commit comments

Comments
 (0)