mirror of
https://github.com/lukasabbe/bookshelf-inspector.git
synced 2026-04-30 10:40:53 +00:00
Start for snapshots, alot of small things had broken
This commit is contained in:
+5
-3
@@ -22,6 +22,8 @@ dependencies {
|
||||
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
|
||||
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
|
||||
|
||||
//modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
|
||||
|
||||
Set<String> apiMudules = [
|
||||
"fabric-api-base",
|
||||
"fabric-networking-api-v1",
|
||||
@@ -32,11 +34,11 @@ dependencies {
|
||||
]
|
||||
|
||||
apiMudules.forEach {
|
||||
modImplementation(fabricApi.module(it,project.fabric_version))
|
||||
modImplementation(fabricApi.module(it, project.fabric_version))
|
||||
}
|
||||
|
||||
modApi "me.shedaniel.cloth:cloth-config-fabric:${project.cloth_config}"
|
||||
modApi "com.terraformersmc:modmenu:${project.modmenu}"
|
||||
//modApi "me.shedaniel.cloth:cloth-config-fabric:${project.cloth_config}" Turned off until they have been released
|
||||
//modApi "com.terraformersmc:modmenu:${project.modmenu}"
|
||||
|
||||
include(implementation "org.yaml:snakeyaml:${project.YAML_snake}")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user