Update build system
This commit is contained in:
parent
b005eeb0fc
commit
6cec3dcbbc
8 changed files with 172 additions and 67 deletions
|
@ -1,9 +1,11 @@
|
|||
# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
|
||||
# This is required to provide enough memory for the Minecraft decompilation process.
|
||||
org.gradle.jvmargs=-Xmx3G
|
||||
org.gradle.jvmargs=-Xmx3G -Dfile.encoding=utf-8
|
||||
org.gradle.daemon=false
|
||||
|
||||
libzontreck=1.10.020624.2226
|
||||
libzontreck=1192.13.091224.1802
|
||||
libzontreck_id=libzontreck
|
||||
libzontreck_range=[1192.13,1192.14)
|
||||
|
||||
## Environment Properties
|
||||
|
||||
|
@ -12,9 +14,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
|
||||
|
@ -36,8 +38,8 @@ loader_version_range=[43,)
|
|||
mapping_channel=parchment
|
||||
# The mapping version to query from the mapping channel.
|
||||
# This must match the format required by the mapping channel.
|
||||
mapping_version=2022.11.27-1.19.2
|
||||
|
||||
parchment_version=2022.11.27
|
||||
# luckperms_api_version=5.4
|
||||
|
||||
## Mod Properties
|
||||
|
||||
|
@ -49,7 +51,7 @@ mod_name=Aria's Essentials
|
|||
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
|
||||
mod_license=GPLv3
|
||||
# The mod version. See https://semver.org/
|
||||
mod_version=1.2.020624.2241
|
||||
mod_version=1192.3.091424.1448
|
||||
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
|
||||
# This should match the base package used for the mod sources.
|
||||
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue