Build Stuff
This commit is contained in:
@@ -53,6 +53,10 @@ tasks.withType(JavaCompile).configureEach {
|
|||||||
it.options.release = 21
|
it.options.release = 21
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.remapJar {
|
||||||
|
archiveBaseName.set("${project.archives_base_name}-${project.minecraft_version}")
|
||||||
|
}
|
||||||
|
|
||||||
java {
|
java {
|
||||||
// Loom will automatically attach sourcesJar to a RemapSourcesJar task and to the "build" task
|
// Loom will automatically attach sourcesJar to a RemapSourcesJar task and to the "build" task
|
||||||
// if it is present.
|
// if it is present.
|
||||||
|
|||||||
+4
-4
@@ -4,13 +4,13 @@ org.gradle.parallel=true
|
|||||||
|
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
# check these on https://fabricmc.net/develop
|
# check these on https://fabricmc.net/develop
|
||||||
minecraft_version=1.21.9
|
minecraft_version=1.21.10
|
||||||
yarn_mappings=1.21.9+build.1
|
yarn_mappings=1.21.10+build.3
|
||||||
loader_version=0.17.3
|
loader_version=0.18.4
|
||||||
loom_version=1.15-SNAPSHOT
|
loom_version=1.15-SNAPSHOT
|
||||||
|
|
||||||
# Fabric API
|
# Fabric API
|
||||||
fabric_version=0.134.1+1.21.9
|
fabric_version=0.138.4+1.21.10
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version=2.0.3
|
mod_version=2.0.3
|
||||||
|
|||||||
Reference in New Issue
Block a user