File tree 2 files changed +12
-5
lines changed
2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,12 @@ repositories {
15
15
// Uncomment to build with local Denizen-Core changes
16
16
// mavenLocal()
17
17
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"
20
24
}
21
25
maven {
22
26
name = " CottonMC"
@@ -35,6 +39,8 @@ dependencies {
35
39
36
40
implementation include(" com.denizenscript:denizencore:${ project.denizencore_version} " )
37
41
implementation include(" org.yaml:snakeyaml:${ project.snakeyaml_version} " )
42
+
43
+ modRuntimeOnly(" me.djtheredstoner:DevAuth-fabric:${ project.devauth_version} " )
38
44
}
39
45
40
46
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ org.gradle.parallel = true
4
4
5
5
# Fabric Properties
6
6
minecraft_version =1.19.3
7
- yarn_mappings =1.19.3+build.4
7
+ yarn_mappings =1.19.3+build.5
8
8
loader_version =0.14.12
9
9
10
10
# Mod Properties
@@ -13,7 +13,8 @@ maven_group = com.denizenscript
13
13
archives_base_name = clientizen
14
14
15
15
# 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
18
18
denizencore_version =1.90.2-SNAPSHOT
19
19
snakeyaml_version =1.33
20
+ devauth_version =1.1.0
You can’t perform that action at this time.
0 commit comments