From e83690dbaad96979601baf96ca586e08bbf86d19 Mon Sep 17 00:00:00 2001 From: micle Date: Sat, 20 Nov 2021 19:50:33 +0000 Subject: [PATCH] Fixed data args. --- build.gradle | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 52c2607..d5e7014 100644 --- a/build.gradle +++ b/build.gradle @@ -98,7 +98,10 @@ minecraft { property 'forge.logging.console.level', 'debug' // Specify the modid for data generation, where to output the resulting resource, and where to look for existing resources. - args '--mod', 'loginprotection', '--all', '--output', file('src/generated/resources/'), '--existing', file('src/main/resources/') + args '--mod', 'loginprotection', '--all', + '--existing', file('src/main/resources').toString(), + '--existing', file('src/generated/resources').toString(), + '--output', file('src/generated/resources/') mods { loginprotection {