Fix hammer and crook not working. Closes #62

This commit is contained in:
thedarkcolour 2024-03-30 00:17:17 -07:00
parent fbcdf70f12
commit c744ff2b9a
No known key found for this signature in database
GPG Key ID: 6599A8E0516C8F38
2 changed files with 2 additions and 1 deletions

View File

@ -36,10 +36,11 @@ runs {
// Include resources generated by data generators.
sourceSets.main.resources { srcDir 'src/generated/resources' }
// Exclude KubeJS compat till they update todo remove when KubeJS updates
// If IntelliJ ignores this, you have to change Gradle settings to build projects using Gradle instead of IntelliJ
sourceSets {
main {
java {
exclude 'thedarkcolour/exdeorum/compat/kubejs/*'
exclude 'thedarkcolour/exdeorum/compat/kubejs/'
}
}
}