This commit is contained in:
modmuss50 2021-12-07 13:01:20 +00:00
parent 52e43da3a8
commit 5fffac8ec1
2 changed files with 3 additions and 3 deletions

View file

@ -161,8 +161,8 @@ sourceSets {
} }
main { main {
runtimeClasspath += datagen.runtimeClasspath runtimeClasspath += generated.runtimeClasspath
runtimeClasspath += datagen.output runtimeClasspath += generated.output
} }
} }

View file

@ -2,7 +2,7 @@
org.gradle.jvmargs=-Xmx2G org.gradle.jvmargs=-Xmx2G
# Mod properties # Mod properties
mod_version=5.1.0-beta.3 mod_version=5.1.0-beta.4
# Fabric Properties # Fabric Properties
# check these on https://modmuss50.me/fabric.html # check these on https://modmuss50.me/fabric.html