File tree Expand file tree Collapse file tree 3 files changed +13
-7
lines changed
common/src/main/java/dev/frydae/emcutils/mixins Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ public abstract class ConnectScreenMixin {
14
14
@ Inject (method = "connect(Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/client/network/ServerAddress;)V" , at = @ At (value = "HEAD" ))
15
15
public void onConnect (MinecraftClient client , ServerAddress address , CallbackInfo ci ) {
16
16
Util .setServerAddress (String .valueOf (address ));
17
- Util .isOnEMC = address .getAddress ().matches (".*. emc.gs?. " );
17
+ Util .isOnEMC = address .getAddress ().matches ("(.* \\ .)?( emc\\ .gs|empire \\ .us|empireminecraft \\ .com) " );
18
18
}
19
19
}
Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ components.java {
89
89
}
90
90
}
91
91
92
+ import com.modrinth.minotaur.dependencies.ModDependency
92
93
modrinth {
93
94
projectId = " QYTT62S0"
94
95
versionNumber = rootProject. mod_version + " +fabric"
@@ -97,6 +98,11 @@ modrinth {
97
98
uploadFile = remapJar
98
99
gameVersions = [" 1.18.2" ]
99
100
loaders = [" fabric" ]
101
+ dependencies = [
102
+ new ModDependency (" P7dR8mSH" , " required" ), // FAPI
103
+ new ModDependency (" codAaoxh" , " required" ), // MidnightLib
104
+ new ModDependency (" mOgUt4GM" , " optional" ), // Mod Menu
105
+ ]
100
106
}
101
107
102
108
publishing {
Original file line number Diff line number Diff line change @@ -5,19 +5,19 @@ org.gradle.parallel=true
5
5
mc_version =1.18.2
6
6
mod_version =3.0.0
7
7
8
- release_title =
8
+ release_title =Update to 1.18.2
9
9
changeLog =
10
10
11
11
# https://fabricmc.net/develop
12
- yarn_mappings =1
12
+ yarn_mappings =2
13
13
loader_version =0.13.3
14
- fabric_version =0.47.8 +1.18.2
14
+ fabric_version =0.47.10 +1.18.2
15
15
16
16
# https://files.minecraftforge.net/
17
- forge_version =40.0.1
17
+ forge_version =40.0.12
18
18
19
19
# https://maven.shedaniel.me/dev/architectury/architectury/
20
- architectury_version =4.0.27
20
+ architectury_version =4.0.30
21
21
22
22
# https://modrinth.com/mod/midnightlib/versions
23
23
midnightlib_version =0.4.0
@@ -26,7 +26,7 @@ midnightlib_version=0.4.0
26
26
modmenu_version =3.1.0
27
27
28
28
# https://www.curseforge.com/minecraft/mc-mods/config-menus-forge/files/all
29
- config_menus_version =3570070
29
+ config_menus_version =3671318
30
30
31
31
# https://www.curseforge.com/minecraft/mc-mods/voxelmap/files/all
32
32
# voxel_version=3345206
You can’t perform that action at this time.
0 commit comments