Skip to content

Commit

Permalink
Integrate custom data generator with Minecraft's
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Aug 13, 2024
1 parent db88aa1 commit 236ac35
Show file tree
Hide file tree
Showing 2,041 changed files with 122 additions and 22 deletions.
6 changes: 1 addition & 5 deletions build-logic/settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
includeBuild("../datagen") {
dependencySubstitution {
substitute(module("io.github.juuxel:adorn-data-generator")).using(project(":"))
}
}
includeBuild("../datagen")
16 changes: 1 addition & 15 deletions common/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
plugins {
id("adorn-data-generator")
}

sourceSets {
main {
resources.srcDir("src/generated/resources")
resources.exclude(".cache")
}
}

Expand All @@ -24,14 +21,3 @@ dependencies {
modCompileOnly(libs.jei.fabric)
compileOnly(libs.rei.annotations)
}

dataGenerator {
generateTags.set(true)

configs.register("all") {
rootProject.subprojects {
files.from(fileTree("src/data"))
}
tagsOnly.set(true)
}
}
Loading

0 comments on commit 236ac35

Please sign in to comment.