From 5fffac8ec1c92aa1b78297c0aa3b1c64ee7dc21d Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Tue, 7 Dec 2021 13:01:20 +0000 Subject: [PATCH] beta 4 --- build.gradle | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 40525cd3b..58198e09d 100644 --- a/build.gradle +++ b/build.gradle @@ -161,8 +161,8 @@ sourceSets { } main { - runtimeClasspath += datagen.runtimeClasspath - runtimeClasspath += datagen.output + runtimeClasspath += generated.runtimeClasspath + runtimeClasspath += generated.output } } diff --git a/gradle.properties b/gradle.properties index f91ec2633..498988443 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx2G # Mod properties - mod_version=5.1.0-beta.3 + mod_version=5.1.0-beta.4 # Fabric Properties # check these on https://modmuss50.me/fabric.html