update build.gradle to 1.19
This commit is contained in:
parent
667164f90d
commit
1f7637d984
@ -6,7 +6,7 @@ buildscript {
|
|||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id "architectury-plugin" version "3.4-SNAPSHOT"
|
id "architectury-plugin" version "3.4-SNAPSHOT"
|
||||||
id "dev.architectury.loom" version "0.11.0-SNAPSHOT" apply false
|
id "dev.architectury.loom" version "0.12.0-SNAPSHOT" apply false
|
||||||
id 'com.matthewprenger.cursegradle' version '1.4.0'
|
id 'com.matthewprenger.cursegradle' version '1.4.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ dependencies {
|
|||||||
}
|
}
|
||||||
|
|
||||||
architectury {
|
architectury {
|
||||||
common()
|
common(rootProject.enabled_platforms.split(","))
|
||||||
}
|
}
|
||||||
|
|
||||||
shadowJar {
|
shadowJar {
|
||||||
|
@ -1,15 +1,12 @@
|
|||||||
org.gradle.jvmargs=-Xmx3G
|
org.gradle.jvmargs=-Xmx3G
|
||||||
|
enabled_platforms=fabric,forge
|
||||||
minecraft_version=1.18.2
|
minecraft_version=1.19
|
||||||
parchment_version=1.18.1:2022.02.13
|
parchment_version=1.18.2:2022.06.26
|
||||||
|
|
||||||
# Forge Properties
|
# Forge Properties
|
||||||
forge_version=1.18.2-40.0.3
|
forge_version=1.19-41.0.62
|
||||||
|
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
# check these on https://fabricmc.net/use
|
# check these on https://fabricmc.net/use
|
||||||
loader_version=0.13.2
|
loader_version=0.14.7
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version=1.7.10
|
mod_version=1.7.10
|
||||||
maven_group=io.github.flemmli97
|
maven_group=io.github.flemmli97
|
||||||
@ -17,7 +14,7 @@ archives_base_name=flan
|
|||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
|
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
|
||||||
fabric_version=0.47.8+1.18.2
|
fabric_version=0.55.3+1.19
|
||||||
gunpowder_version=1.1.1.0+1.18.1
|
gunpowder_version=1.1.1.0+1.18.1
|
||||||
gunpowder_currency_version=1.0.8+gunpowder.1.1.1.1.mc.1.18.1
|
gunpowder_currency_version=1.0.8+gunpowder.1.1.1.1.mc.1.18.1
|
||||||
fabric_permissions_api=0.1-SNAPSHOT
|
fabric_permissions_api=0.1-SNAPSHOT
|
||||||
|
Loading…
Reference in New Issue
Block a user