Cooked
This commit is contained in:
18
build.gradle
Normal file
18
build.gradle
Normal file
@@ -0,0 +1,18 @@
|
||||
plugins {
|
||||
id 'fabric-loom' version '1.9-SNAPSHOT'
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven { url = 'https://maven.fabricmc.net/' }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
minecraft "com.mojang:minecraft:1.21.4"
|
||||
mappings "net.fabricmc:yarn:1.21.4+build.1:v2"
|
||||
modImplementation "net.fabricmc:fabric-loader:0.16.9"
|
||||
modImplementation "net.fabricmc.fabric-api:fabric-api:0.111.0+1.21.4"
|
||||
}
|
||||
java {
|
||||
toolchain.languageVersion = JavaLanguageVersion.of(21)
|
||||
}
|
||||
Reference in New Issue
Block a user