Skip to content

Commit 1d80b4d

Browse files
authored
chore: update porting lib (#15)
- Removes unused modules - Don't include porting lib to reduce jar size - Update porting lib
1 parent 755bafb commit 1d80b4d

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

build.gradle

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dependencies {
5959
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_api_version}"
6060

6161
for (String module in project.porting_lib_modules.split(",")) {
62-
modApi(include("io.github.fabricators_of_create.Porting-Lib:$module:${project.porting_lib_version}"))
62+
modApi("io.github.fabricators_of_create.Porting-Lib:$module:${project.porting_lib_version}")
6363
}
6464
}
6565

@@ -69,7 +69,12 @@ repositories {
6969
maven { url = "https://jitpack.io" }
7070
maven { url = "https://maven.shedaniel.me/" }
7171
maven { url = "https://mvn.devos.one/snapshots/" }
72-
maven { url = "https://raw.githubusercontent.com/Fuzss/modresources/main/maven/" }
72+
maven {
73+
url "https://maven.jamieswhiteshirt.com/libs-release"
74+
content {
75+
includeGroup "com.jamieswhiteshirt"
76+
}
77+
}
7378
}
7479

7580
processResources {

gradle.properties

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ parchment_mappings=2023.08.20
1313

1414
# Dependencies
1515
fabric_api_version=0.89.3+1.20.1
16-
porting_lib_version=2.1.1087+1.20
17-
porting_lib_modules=accessors,base,config,data,lazy_registration,utility
18-
config_api_version=8.0.0
16+
porting_lib_version=2.1.1163+1.20.1
17+
porting_lib_modules=config,data,lazy_registration
1918

2019
# Publishing
2120
curseforge_id=0

0 commit comments

Comments
 (0)