added compostable functionality to items

This commit is contained in:
Jottyfan
2026-07-24 18:55:18 +02:00
parent 303e594b75
commit 2538d56de1
8 changed files with 13 additions and 43 deletions
+4
View File
@@ -32,6 +32,10 @@ processResources {
}
}
fabricApi {
configureDataGeneration()
}
tasks.withType(JavaCompile).configureEach {
it.options.release = 25
}