diff --git a/build.gradle b/build.gradle index 31c15e9..bbada62 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,6 @@ minecraft { } } } - server { workingDirectory project.file('run') @@ -47,26 +46,9 @@ minecraft { } } } - - data { - workingDirectory project.file('run') - - property 'forge.logging.markers', 'REGISTRIES' - property 'forge.logging.console.level', 'debug' - - args '--mod', 'hellishlocalization', '--all', '--output', file('src/generated/resources/'), '--existing', file('src/main/resources/') - - mods { - hellishlocalization { - source sourceSets.main - } - } - } } } -sourceSets.main.resources { srcDir 'src/generated/resources' } - repositories { maven { name "cursemaven" @@ -100,6 +82,6 @@ jar { "Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ") ]) } -} -jar.finalizedBy('reobfJar') \ No newline at end of file + finalizedBy 'reobfJar' +} \ No newline at end of file