Downgrade dependencies
This commit is contained in:
parent
9956aa1ba4
commit
d24a72d435
@ -10,27 +10,27 @@ mod_version=1.4
|
||||
|
||||
use_commit_hash_in_version=true
|
||||
|
||||
mc_version=1.19.3
|
||||
jei_mc_version=1.19.3
|
||||
curios_mc_version=1.19.3
|
||||
mc_version=1.19.2
|
||||
jei_mc_version=1.19.2
|
||||
curios_mc_version=1.19.2
|
||||
|
||||
forge_gradle_version=[6.0.14,6.2)
|
||||
forge_version=44.1.23
|
||||
forge_version=43.3.7
|
||||
mixingradle_version=0.7.33
|
||||
mixin_version=0.8.5
|
||||
|
||||
jei_version=12.4.0.22
|
||||
jei_version=11.6.0.1018
|
||||
jupiter_version=5.9.2
|
||||
curios_version=4440173
|
||||
cosmetic_armor_reworked_id=4439659
|
||||
ad_astra_id=4452072
|
||||
botarium_id=4416456
|
||||
resourceful_lib_id=4378849
|
||||
resourceful_config_id=4441381
|
||||
jade_id=4434045
|
||||
curios_version=4985476
|
||||
cosmetic_armor_reworked_id=4016732
|
||||
ad_astra_id=4643668
|
||||
botarium_id=4306551
|
||||
resourceful_lib_id=4477753
|
||||
resourceful_config_id=4444198
|
||||
jade_id=4914105
|
||||
configured_id=4462894
|
||||
|
||||
kotlin_for_forge_version=4.7.0
|
||||
kotlin_version=1.9.0
|
||||
kotlin_for_forge_version=3.12.0
|
||||
kotlin_version=1.8.21
|
||||
|
||||
handle_deps=true
|
||||
|
@ -6,7 +6,7 @@
|
||||
# The name of the mod loader type to load - for regular FML @Mod mods it should be javafml
|
||||
modLoader="javafml" #mandatory
|
||||
# A version range to match for said mod loader - for regular FML @Mod it will be the forge version
|
||||
loaderVersion="[44,)" #mandatory This is typically bumped every Minecraft version by Forge. See our download page for lists of versions.
|
||||
loaderVersion="[43,)" #mandatory This is typically bumped every Minecraft version by Forge. See our download page for lists of versions.
|
||||
# The license for you mod. This is mandatory metadata and allows for easier comprehension of your redistributive properties.
|
||||
# Review your options at https://choosealicense.com/. All rights reserved is the default copyright stance, and is thus the default here.
|
||||
license="2 Clause BSD"
|
||||
@ -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="[44.0.0,)" #mandatory
|
||||
versionRange="[43.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.19.3,1.19.4)"
|
||||
versionRange="[1.19.2,1.19.3)"
|
||||
ordering="NONE"
|
||||
side="BOTH"
|
||||
|
Loading…
Reference in New Issue
Block a user