beta 4
This commit is contained in:
parent
52e43da3a8
commit
5fffac8ec1
2 changed files with 3 additions and 3 deletions
|
@ -161,8 +161,8 @@ sourceSets {
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
runtimeClasspath += datagen.runtimeClasspath
|
runtimeClasspath += generated.runtimeClasspath
|
||||||
runtimeClasspath += datagen.output
|
runtimeClasspath += generated.output
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue