mirror of
https://github.com/lukasabbe/bookshelf-inspector.git
synced 2026-04-30 10:40:53 +00:00
25w21a
This commit is contained in:
+3
-3
@@ -24,16 +24,16 @@ dependencies {
|
||||
|
||||
//modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
|
||||
|
||||
Set<String> apiMudules = [
|
||||
Set<String> apiModules = [
|
||||
"fabric-api-base",
|
||||
"fabric-networking-api-v1",
|
||||
"fabric-lifecycle-events-v1",
|
||||
"fabric-resource-loader-v0",
|
||||
"fabric-client-tags-api-v1",
|
||||
"fabric-tag-api-v1",
|
||||
"fabric-convention-tags-v2",
|
||||
]
|
||||
|
||||
apiMudules.forEach {
|
||||
apiModules.forEach {
|
||||
modImplementation(fabricApi.module(it, project.fabric_version))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user