Update build files
This commit is contained in:
parent
1c27c3da01
commit
e4b59167f6
5 changed files with 47 additions and 32 deletions
|
@ -4,11 +4,6 @@ org.gradle.jvmargs=-Xmx3G
|
|||
org.gradle.daemon=false
|
||||
|
||||
|
||||
parchment_version=2022.11.27
|
||||
# luckperms_api_version=5.4
|
||||
|
||||
libac=1.4.46
|
||||
eventsbus=1.0.45
|
||||
## Environment Properties
|
||||
|
||||
# The Minecraft version must agree with the Forge version to get a valid artifact
|
||||
|
@ -16,9 +11,9 @@ minecraft_version=1.19.2
|
|||
# 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.19,1.20)
|
||||
minecraft_version_range=[1.19.2,1.20)
|
||||
# The Forge version must agree with the Minecraft version to get a valid artifact
|
||||
forge_version=43.3.0
|
||||
forge_version=43.4.2
|
||||
# The Forge version range can use any version of Forge as bounds or match the loader version range
|
||||
forge_version_range=[43,)
|
||||
# The loader version range can only use the major version of Forge/FML as bounds
|
||||
|
@ -38,6 +33,14 @@ loader_version_range=[43,)
|
|||
# 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=parchment
|
||||
# The mapping version to query from the mapping channel.
|
||||
# This must match the format required by the mapping channel.
|
||||
parchment_version=2022.11.27
|
||||
# luckperms_api_version=5.4
|
||||
|
||||
libac=1.5.33
|
||||
eventsbus=1.0.47
|
||||
## Environment Properties
|
||||
|
||||
|
||||
## Mod Properties
|
||||
|
|
Reference in a new issue