Update more to 1.20
This commit is contained in:
parent
f3b1ccbd3a
commit
46815aeb78
7 changed files with 64 additions and 65 deletions
|
@ -3,7 +3,6 @@
|
|||
org.gradle.jvmargs=-Xmx3G
|
||||
org.gradle.daemon=false
|
||||
|
||||
mc_version=1.20.1
|
||||
forge_version=47.2.0
|
||||
parchment_version=2023.09.03
|
||||
# luckperms_api_version=5.4
|
||||
|
@ -17,9 +16,12 @@ eventsbus=1.0.16
|
|||
forge_version_range=[47,)
|
||||
# The loader version range can only use the major version of Forge/FML as bounds
|
||||
loader_version_range=[47,)
|
||||
minecraft_range=[1.20.1,1.21]
|
||||
|
||||
|
||||
# The Minecraft version must agree with the Forge version to get a valid artifact
|
||||
minecraft_version=1.20.1
|
||||
# The Minecraft version range can use any release version of Minecraft as bounds.
|
||||
# Snapshots, pre-releases, and release candidates are not guaranteed to sort properly
|
||||
# as they do not follow standard versioning conventions.
|
||||
minecraft_version_range=[1.20.1,1.21)
|
||||
# Parchment is an unofficial project maintained by ParchmentMC, separate from Minecraft Forge.
|
||||
# Additional setup is needed to use their mappings, see https://parchmentmc.org/docs/getting-started
|
||||
mapping_channel=official
|
||||
|
|
Reference in a new issue