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
04b1e5a5b0
commit
60b59b8c2d
@ -12,7 +12,7 @@ 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.12-SNAPSHOT" apply false
|
||||
id "fabric-loom" version "1.0-SNAPSHOT" apply false
|
||||
id "com.github.ben-manes.versions" version "0.42.0"
|
||||
}
|
||||
|
||||
|
@ -3,8 +3,8 @@
|
||||
org.gradle.jvmargs=-Xms32M -Xmx3G -XX:+UseG1GC -XX:+UseStringDeduplication
|
||||
org.gradle.parallel=true
|
||||
|
||||
loader_version=0.14.8
|
||||
viaver_version=4.4.2
|
||||
loader_version=0.14.9
|
||||
viaver_version=4.4.3-SNAPSHOT
|
||||
yaml_version=1.30
|
||||
|
||||
modrinth_mc_snapshot=
|
||||
|
@ -1,7 +1,7 @@
|
||||
dependencies {
|
||||
minecraft("com.mojang:minecraft:1.19.1")
|
||||
mappings("net.fabricmc:yarn:1.19.1+build.1:v2")
|
||||
minecraft("com.mojang:minecraft:1.19.2")
|
||||
mappings("net.fabricmc:yarn:1.19.2+build.8:v2")
|
||||
|
||||
modImplementation("net.fabricmc.fabric-api:fabric-api:0.58.5+1.19.1")
|
||||
modImplementation("net.fabricmc.fabric-api:fabric-api:0.60.0+1.19.2")
|
||||
modImplementation("com.terraformersmc:modmenu:4.0.4")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user