We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96e5a7d commit 469a4baCopy full SHA for 469a4ba
build.gradle.kts
@@ -1,5 +1,6 @@
1
plugins {
2
java
3
+ id("com.github.weave-mc.weave") version "3ad11a0fd5"
4
}
5
6
group = "com.example"
@@ -14,6 +15,11 @@ dependencies {
14
15
implementation("com.github.Weave-MC:Weave-Loader:6015cdb81f")
16
17
18
+minecraft {
19
+ version = "1.8.9"
20
+ mappings = "stable_22"
21
+}
22
+
23
tasks.compileJava {
24
options.release.set(11)
25
settings.gradle.kts
@@ -1,2 +1,8 @@
rootProject.name = "ExampleMod"
+pluginManagement {
+ repositories {
+ mavenCentral()
+ maven(url = "https://jitpack.io")
7
+ }
8
0 commit comments