Update NeoForge version target

This commit is contained in:
embeddedt 2023-12-13 09:33:22 -05:00
parent d3ed56a1c1
commit 063289faac
No known key found for this signature in database
GPG Key ID: A69433EC199B5613
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ mixinextras_version=0.3.1
mod_id=modernfix
minecraft_version=1.20.4
enabled_platforms=fabric,neoforge
forge_version=20.4.12-beta
forge_version=20.4.22-beta
# parchment_version=2023.07.09
refined_storage_version=4392788
jei_version=16.0.0.28

View File

@ -90,7 +90,6 @@ public class ModernFixForge {
Pair.of(ImmutableList.of("ferritecore"), "modernfix.no_ferritecore")
);
@SubscribeEvent
public void commonSetup(FMLCommonSetupEvent event) {
if(ModernFixMixinPlugin.instance.isOptionEnabled("feature.warn_missing_perf_mods.Warnings")) {
event.enqueueWork(() -> {
@ -107,6 +106,7 @@ public class ModernFixForge {
});
}
}
@SubscribeEvent(priority = EventPriority.LOWEST)
public void onServerDead(ServerStoppedEvent event) {
commonMod.onServerDead(event.getServer());

View File

@ -47,7 +47,7 @@ modId = "neoforge" #mandatory
# Does this dependency have to exist - if not, ordering below must be specified
mandatory = true #mandatory
# The version range of the dependency
versionRange = "[20.2.86,23)" #mandatory
versionRange = "[20.4.22-beta,)" #mandatory
# An ordering relationship for the dependency - BEFORE or AFTER required if the relationship is not mandatory
ordering = "NONE"
# Side this dependency is applied on - BOTH, CLIENT or SERVER