File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -117,9 +117,9 @@ repositories {
117
117
}
118
118
dependencies {
119
119
// Add Connector to the launch classpath
120
- minecraftLibrary fg.deobf("dev.su5ed .sinytra:Connector:<version>")
120
+ minecraftLibrary fg.deobf("org .sinytra:Connector:<version>")
121
121
// Add FFAPI dependency (if required)
122
- runtimeOnly fg.deobf("dev.su5ed .sinytra.fabric-api:fabric-api:<version>")
122
+ runtimeOnly fg.deobf("org .sinytra.fabric-api:fabric-api:<version>")
123
123
// Install desired Fabric mods
124
124
implementation "some.fabric:mod:<version>"
125
125
}
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ val mixinextrasVersion: String by project
62
62
63
63
val PUBLISH_RELEASE_TYPE : Provider <String > = providers.environmentVariable(" PUBLISH_RELEASE_TYPE" )
64
64
65
- group = " dev.su5ed .sinytra"
65
+ group = " org .sinytra"
66
66
version = " $versionConnector +$versionMc "
67
67
// Append git commit hash for dev versions
68
68
if (! PUBLISH_RELEASE_TYPE .isPresent) {
@@ -351,7 +351,7 @@ tasks {
351
351
" Implementation-Version" to project.version,
352
352
" Implementation-Vendor" to " Sinytra" ,
353
353
" Implementation-Timestamp" to LocalDateTime .now(),
354
- " Automatic-Module-Name" to " dev.su5ed .sinytra.connector"
354
+ " Automatic-Module-Name" to " org .sinytra.connector"
355
355
)
356
356
}
357
357
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ org.gradle.daemon=true
6
6
# Versions
7
7
versionConnector =1.0.0-beta.44
8
8
versionAdapter =1.11.55-1.20.1-20240428.153904
9
- versionAdapterDefinition =1.11.61
9
+ versionAdapterDefinition =1.11.63
10
10
versionAdapterRuntime =1.0.0
11
11
12
12
versionMc =1.20.1
You can’t perform that action at this time.
0 commit comments