mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-22 11:45:47 +01:00
update deps
This commit is contained in:
parent
8a61dcbaf4
commit
213873ca42
@ -13,8 +13,8 @@ plugins {
|
||||
id "org.ajoberstar.grgit" version "3.1.1"
|
||||
id "com.matthewprenger.cursegradle" version "1.4.0"
|
||||
id "com.modrinth.minotaur" version "2.2.0"
|
||||
id "fabric-loom" version "0.11-SNAPSHOT" apply false
|
||||
id "com.github.ben-manes.versions" version "0.41.0"
|
||||
id "fabric-loom" version "0.12-SNAPSHOT" apply false
|
||||
id "com.github.ben-manes.versions" version "0.42.0"
|
||||
}
|
||||
|
||||
def ENV = System.getenv()
|
||||
|
@ -4,5 +4,5 @@ org.gradle.jvmargs=-Xms32M -Xmx4G -XX:+UseG1GC -XX:+UseStringDeduplication
|
||||
org.gradle.parallel=true
|
||||
|
||||
loader_version=0.14.6
|
||||
viaver_version=4.3.0-1.19-pre1-SNAPSHOT
|
||||
viaver_version=4.3.0-1.19-pre3-SNAPSHOT
|
||||
yaml_version=1.30
|
||||
|
@ -1,7 +1,7 @@
|
||||
dependencies {
|
||||
minecraft("com.mojang:minecraft:1.19-pre1")
|
||||
mappings("net.fabricmc:yarn:1.19-pre1+build.7:v2")
|
||||
minecraft("com.mojang:minecraft:1.19-pre3")
|
||||
mappings("net.fabricmc:yarn:1.19-pre3+build.4:v2")
|
||||
|
||||
modImplementation("net.fabricmc.fabric-api:fabric-api:0.53.1+1.19")
|
||||
modImplementation("net.fabricmc.fabric-api:fabric-api:0.53.4+1.19")
|
||||
modImplementation("com.terraformersmc:modmenu:4.0.0-beta.4")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user