Bump KFF and Forge

This commit is contained in:
DBotThePony 2023-12-22 14:27:41 +07:00
parent 6fb6687cd0
commit 19bb6600dd
Signed by: DBot
GPG Key ID: DCC23B5715498507
2 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ jei_mc_version=1.20.2
curios_mc_version=1.20.2
forge_gradle_version=[6.0.14,6.2)
forge_version=48.0.33
forge_version=48.1.0
mixingradle_version=0.7.33
mixin_version=0.8.5
@ -30,7 +30,7 @@ resourceful_config_id=4576455
jade_id=4818518
configured_id=4462894
kotlin_for_forge_version=4.4.0
kotlin_for_forge_version=4.7.0
kotlin_version=1.9.0
handle_deps=true

View File

@ -41,7 +41,7 @@ Matter. Energy. Combined.
# Does this dependency have to exist - if not, ordering below must be specified
mandatory=true #mandatory
# The version range of the dependency
versionRange="[47.1.0,)" #mandatory
versionRange="[48.0.0,)" #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
@ -51,6 +51,6 @@ Matter. Energy. Combined.
modId="minecraft"
mandatory=true
# This version range declares a minimum of the current minecraft version up to but not including the next major version
versionRange="[1.20.1,1.21)"
versionRange="[1.20.2,1.21)"
ordering="NONE"
side="BOTH"