update deps, use 4 threads

This commit is contained in:
creeper123123321 2022-05-08 10:04:01 -03:00
parent f109df3523
commit 6cb0da6682
2 changed files with 6 additions and 4 deletions

View File

@ -1,7 +1,9 @@
# suppress inspection "UnusedProperty" for whole file
# rip my ram
# suppress inspection "UnusedProperty"
org.gradle.jvmargs=-Xms32M -Xmx4G
org.gradle.workers.max=4
org.gradle.parallel=true
loader_version=0.13.3
viaver_version=4.3.0-22w16b-SNAPSHOT
viaver_version=4.3.0-22w18a-SNAPSHOT
yaml_version=1.30

View File

@ -1,6 +1,6 @@
dependencies {
minecraft("com.mojang:minecraft:22w16b")
mappings("net.fabricmc:yarn:22w16b+build.3:v2")
minecraft("com.mojang:minecraft:22w18a")
mappings("net.fabricmc:yarn:22w18a+build.6:v2")
modImplementation("net.fabricmc.fabric-api:fabric-api:0.51.2+1.19")
modImplementation("com.terraformersmc:modmenu:3.0.0")