Skip to content

Commit

Permalink
Fix Fabric datagen
Browse files Browse the repository at this point in the history
gradle pls
  • Loading branch information
62832 committed Dec 23, 2022
1 parent 4740258 commit 1ca9c9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ loom {

runs {
create("data") {
client()
inherit(getByName("client"))
name("Minecraft Data")
property("fabric-api.datagen")
property("fabric-api.datagen.modid", property("mod_id").toString())
property("fabric-api.datagen.modid", rootProject.property("mod_id").toString())
property("fabric-api.datagen.output-dir", file("src/generated/resources").absolutePath)
property("fabric-api.datagen.strict-validation")
}
Expand Down

0 comments on commit 1ca9c9e

Please sign in to comment.