Specify correct sources in build.gradle

This commit is contained in:
Adam Macdonald 2024-07-21 15:35:54 +01:00
parent 687d5fd29e
commit 643014f9ac

View File

@ -19,8 +19,8 @@ loom {
mods {
"hotbarreplace" {
sourceSet sourceSets.main
// sourceSet sourceSets.client
// sourceSet sourceSets.main
sourceSet sourceSets.client
}
}