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}"
|
//modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
|
||||||
|
|
||||||
Set<String> apiMudules = [
|
Set<String> apiModules = [
|
||||||
"fabric-api-base",
|
"fabric-api-base",
|
||||||
"fabric-networking-api-v1",
|
"fabric-networking-api-v1",
|
||||||
"fabric-lifecycle-events-v1",
|
"fabric-lifecycle-events-v1",
|
||||||
"fabric-resource-loader-v0",
|
"fabric-resource-loader-v0",
|
||||||
"fabric-client-tags-api-v1",
|
"fabric-tag-api-v1",
|
||||||
"fabric-convention-tags-v2",
|
"fabric-convention-tags-v2",
|
||||||
]
|
]
|
||||||
|
|
||||||
apiMudules.forEach {
|
apiModules.forEach {
|
||||||
modImplementation(fabricApi.module(it, project.fabric_version))
|
modImplementation(fabricApi.module(it, project.fabric_version))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+4
-4
@@ -2,16 +2,16 @@
|
|||||||
org.gradle.jvmargs=-Xmx4G
|
org.gradle.jvmargs=-Xmx4G
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
# check these on https://fabricmc.net/develop/
|
# check these on https://fabricmc.net/develop/
|
||||||
minecraft_version=25w20a
|
minecraft_version=25w21a
|
||||||
yarn_mappings=25w20a+build.1
|
yarn_mappings=25w21a+build.2
|
||||||
loader_version=0.16.14
|
loader_version=0.16.14
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version=1.11+1.21.6-SNAPSHOT.5
|
mod_version=1.11+1.21.6-SNAPSHOT.6
|
||||||
maven_group=me.lukasabbe
|
maven_group=me.lukasabbe
|
||||||
archives_base_name=Bookshelfinspector
|
archives_base_name=Bookshelfinspector
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
fabric_version=0.124.1+1.21.6
|
fabric_version=0.124.4+1.21.6
|
||||||
cloth_config=18.0.145
|
cloth_config=18.0.145
|
||||||
modmenu=14.0.0-rc.2
|
modmenu=14.0.0-rc.2
|
||||||
YAML_snake=2.4
|
YAML_snake=2.4
|
||||||
@@ -26,6 +26,8 @@
|
|||||||
"fabric-api-base": "*",
|
"fabric-api-base": "*",
|
||||||
"fabric-networking-api-v1": "*",
|
"fabric-networking-api-v1": "*",
|
||||||
"fabric-lifecycle-events-v1": "*",
|
"fabric-lifecycle-events-v1": "*",
|
||||||
"fabric-resource-loader-v0": "*"
|
"fabric-resource-loader-v0": "*",
|
||||||
|
"fabric-tag-api-v1": "*",
|
||||||
|
"fabric-convention-tags-v2": "*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user