Update NeoForge version target
This commit is contained in:
parent
d3ed56a1c1
commit
063289faac
|
|
@ -7,7 +7,7 @@ mixinextras_version=0.3.1
|
||||||
mod_id=modernfix
|
mod_id=modernfix
|
||||||
minecraft_version=1.20.4
|
minecraft_version=1.20.4
|
||||||
enabled_platforms=fabric,neoforge
|
enabled_platforms=fabric,neoforge
|
||||||
forge_version=20.4.12-beta
|
forge_version=20.4.22-beta
|
||||||
# parchment_version=2023.07.09
|
# parchment_version=2023.07.09
|
||||||
refined_storage_version=4392788
|
refined_storage_version=4392788
|
||||||
jei_version=16.0.0.28
|
jei_version=16.0.0.28
|
||||||
|
|
|
||||||
|
|
@ -90,7 +90,6 @@ public class ModernFixForge {
|
||||||
Pair.of(ImmutableList.of("ferritecore"), "modernfix.no_ferritecore")
|
Pair.of(ImmutableList.of("ferritecore"), "modernfix.no_ferritecore")
|
||||||
);
|
);
|
||||||
|
|
||||||
@SubscribeEvent
|
|
||||||
public void commonSetup(FMLCommonSetupEvent event) {
|
public void commonSetup(FMLCommonSetupEvent event) {
|
||||||
if(ModernFixMixinPlugin.instance.isOptionEnabled("feature.warn_missing_perf_mods.Warnings")) {
|
if(ModernFixMixinPlugin.instance.isOptionEnabled("feature.warn_missing_perf_mods.Warnings")) {
|
||||||
event.enqueueWork(() -> {
|
event.enqueueWork(() -> {
|
||||||
|
|
@ -107,6 +106,7 @@ public class ModernFixForge {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@SubscribeEvent(priority = EventPriority.LOWEST)
|
@SubscribeEvent(priority = EventPriority.LOWEST)
|
||||||
public void onServerDead(ServerStoppedEvent event) {
|
public void onServerDead(ServerStoppedEvent event) {
|
||||||
commonMod.onServerDead(event.getServer());
|
commonMod.onServerDead(event.getServer());
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,7 @@ modId = "neoforge" #mandatory
|
||||||
# Does this dependency have to exist - if not, ordering below must be specified
|
# Does this dependency have to exist - if not, ordering below must be specified
|
||||||
mandatory = true #mandatory
|
mandatory = true #mandatory
|
||||||
# The version range of the dependency
|
# 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
|
# An ordering relationship for the dependency - BEFORE or AFTER required if the relationship is not mandatory
|
||||||
ordering = "NONE"
|
ordering = "NONE"
|
||||||
# Side this dependency is applied on - BOTH, CLIENT or SERVER
|
# Side this dependency is applied on - BOTH, CLIENT or SERVER
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user