Skip to content

Commit ebb2f7a

Browse files
committed
Updated loader and dependency versions
1 parent 540e297 commit ebb2f7a

File tree

3 files changed

+20
-7
lines changed

3 files changed

+20
-7
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies {
4141
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
4242

4343
// AspectsLib Dependency (Required)
44-
modImplementation "maven.modrinth:aspectslib:U5kQNXkO" // Version ID for 1.0.5
44+
modImplementation "maven.modrinth:aspectslib:${project.aspectslib_version}"
4545

4646
}
4747

gradle.properties

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ org.gradle.parallel=true
66
# check these on https://fabricmc.net/develop
77
minecraft_version=1.20.1
88
yarn_mappings=1.20.1+build.10
9-
loader_version=0.16.14
9+
loader_version=0.17.2
1010
loom_version=1.11-SNAPSHOT
1111

1212
# Mod Properties
@@ -15,4 +15,7 @@ maven_group=dev.overgrown.thaumaturge
1515
archives_base_name=thaumaturge
1616

1717
# Dependencies
18-
fabric_version=0.92.6+1.20.1
18+
fabric_version=0.92.6+1.20.1
19+
20+
# AspectsLib (Version: 1.1.0)
21+
aspectslib_version=zt6Q6nC7

src/main/resources/fabric.mod.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,20 @@
44
"version": "${version}",
55
"name": "Thaumaturge",
66
"description": "This is an example description! Tell everyone what your mod is about!",
7-
"authors": ["Me!"],
7+
"authors": [
8+
"Overgrown"
9+
],
10+
"contributors":[
11+
"thatrobin3001",
12+
"leclowndu93150",
13+
"electrictaco",
14+
"Nitgo",
15+
"Eggohito",
16+
"Lucas Bandermann"
17+
],
818
"contact": {
9-
"homepage": "https://fabricmc.net/",
10-
"sources": "https://github.com/FabricMC/fabric-example-mod"
19+
"homepage": "",
20+
"sources": "https://github.com/0vergrown/Thaumaturge"
1121
},
1222
"license": "CC0-1.0",
1323
"icon": "assets/thaumaturge/icon.png",
@@ -33,6 +43,6 @@
3343
"fabric-api": "*"
3444
},
3545
"suggests": {
36-
"aspectslib": "1.0.5"
46+
"aspectslib": "1.1.0"
3747
}
3848
}

0 commit comments

Comments
 (0)