File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,8 +15,12 @@ repositories {
1515 // Uncomment to build with local Denizen-Core changes
1616 // mavenLocal()
1717 maven {
18- name " Denizen"
19- url " https://maven.citizensnpcs.co/repo"
18+ name = " Denizen"
19+ url = " https://maven.citizensnpcs.co/repo"
20+ }
21+ maven {
22+ name = " DevAuth"
23+ url = " https://pkgs.dev.azure.com/djtheredstoner/DevAuth/_packaging/public/maven/v1"
2024 }
2125 maven {
2226 name = " CottonMC"
@@ -35,6 +39,8 @@ dependencies {
3539
3640 implementation include(" com.denizenscript:denizencore:${ project.denizencore_version} " )
3741 implementation include(" org.yaml:snakeyaml:${ project.snakeyaml_version} " )
42+
43+ modRuntimeOnly(" me.djtheredstoner:DevAuth-fabric:${ project.devauth_version} " )
3844}
3945
4046
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ org.gradle.parallel = true
44
55# Fabric Properties
66minecraft_version =1.19.3
7- yarn_mappings =1.19.3+build.4
7+ yarn_mappings =1.19.3+build.5
88loader_version =0.14.12
99
1010# Mod Properties
@@ -13,7 +13,8 @@ maven_group = com.denizenscript
1313archives_base_name = clientizen
1414
1515# Dependencies
16- fabric_version =0.69.1 +1.19.3
17- libgui_version =6.5.0 +1.19.3
16+ fabric_version =0.72.0 +1.19.3
17+ libgui_version =6.5.1 +1.19.3
1818denizencore_version =1.90.2-SNAPSHOT
1919snakeyaml_version =1.33
20+ devauth_version =1.1.0
You can’t perform that action at this time.
0 commit comments