Bump Neo version to fix config screen crash
This commit is contained in:
parent
70fba2e0af
commit
b2eb14b766
|
|
@ -7,7 +7,7 @@ mixinextras_version=0.3.2
|
|||
mod_id=modernfix
|
||||
minecraft_version=1.21
|
||||
enabled_platforms=fabric,neoforge
|
||||
forge_version=21.0.83-beta
|
||||
forge_version=21.0.111-beta
|
||||
parchment_version=2024.07.07
|
||||
refined_storage_version=4392788
|
||||
jei_version=19.0.0.9
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ modId = "neoforge" #mandatory
|
|||
# Does this dependency have to exist - if not, ordering below must be specified
|
||||
type = "required" #mandatory
|
||||
# The version range of the dependency
|
||||
versionRange = "[21.0.83-beta,)" #mandatory
|
||||
versionRange = "[21.0.111-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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user