mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-24 12:06:11 +01:00
update deps, use 4 threads
This commit is contained in:
parent
f109df3523
commit
6cb0da6682
@ -1,7 +1,9 @@
|
|||||||
|
# suppress inspection "UnusedProperty" for whole file
|
||||||
# rip my ram
|
# rip my ram
|
||||||
# suppress inspection "UnusedProperty"
|
|
||||||
org.gradle.jvmargs=-Xms32M -Xmx4G
|
org.gradle.jvmargs=-Xms32M -Xmx4G
|
||||||
|
org.gradle.workers.max=4
|
||||||
|
org.gradle.parallel=true
|
||||||
|
|
||||||
loader_version=0.13.3
|
loader_version=0.13.3
|
||||||
viaver_version=4.3.0-22w16b-SNAPSHOT
|
viaver_version=4.3.0-22w18a-SNAPSHOT
|
||||||
yaml_version=1.30
|
yaml_version=1.30
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
dependencies {
|
dependencies {
|
||||||
minecraft("com.mojang:minecraft:22w16b")
|
minecraft("com.mojang:minecraft:22w18a")
|
||||||
mappings("net.fabricmc:yarn:22w16b+build.3:v2")
|
mappings("net.fabricmc:yarn:22w18a+build.6:v2")
|
||||||
|
|
||||||
modImplementation("net.fabricmc.fabric-api:fabric-api:0.51.2+1.19")
|
modImplementation("net.fabricmc.fabric-api:fabric-api:0.51.2+1.19")
|
||||||
modImplementation("com.terraformersmc:modmenu:3.0.0")
|
modImplementation("com.terraformersmc:modmenu:3.0.0")
|
||||||
|
Loading…
Reference in New Issue
Block a user