File tree Expand file tree Collapse file tree 3 files changed +20
-7
lines changed
Expand file tree Collapse file tree 3 files changed +20
-7
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ org.gradle.parallel=true
66# check these on https://fabricmc.net/develop
77minecraft_version =1.20.1
88yarn_mappings =1.20.1+build.10
9- loader_version =0.16.14
9+ loader_version =0.17.2
1010loom_version =1.11-SNAPSHOT
1111
1212# Mod Properties
@@ -15,4 +15,7 @@ maven_group=dev.overgrown.thaumaturge
1515archives_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
Original file line number Diff line number Diff line change 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" ,
3343 "fabric-api" : " *"
3444 },
3545 "suggests" : {
36- "aspectslib" : " 1.0.5 "
46+ "aspectslib" : " 1.1.0 "
3747 }
3848}
You can’t perform that action at this time.
0 commit comments