mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-21 11:35:16 +01:00
Update fabric dependencies (#310)
* Update loader to 0.15.7. * Update API to 0.96.1.
This commit is contained in:
parent
49a01fe81b
commit
5ddaaf61d0
@ -1,7 +1,7 @@
|
||||
# suppress inspection "UnusedProperty" for whole file
|
||||
org.gradle.jvmargs=-Xms32M -Xmx4G -XX:+UseG1GC -XX:+UseStringDeduplication
|
||||
|
||||
loader_version=0.15.6
|
||||
loader_version=0.15.7
|
||||
viaver_version=4.9.3-SNAPSHOT
|
||||
yaml_version=2.2
|
||||
|
||||
|
@ -2,7 +2,7 @@ dependencies {
|
||||
minecraft("com.mojang:minecraft:1.20.4")
|
||||
mappings("net.fabricmc:yarn:1.20.4+build.3:v2")
|
||||
|
||||
modImplementation("net.fabricmc.fabric-api:fabric-api:0.95.0+1.20.4")
|
||||
modImplementation("net.fabricmc.fabric-api:fabric-api:0.96.1+1.20.4")
|
||||
modImplementation("com.terraformersmc:modmenu:9.0.0")
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user