-
Notifications
You must be signed in to change notification settings - Fork 275
/
gradle.properties
28 lines (25 loc) · 1.21 KB
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check https://fabricmc.net/develop/
minecraft_version=24w44a
loader_version=0.16.7
jsr305_version=3.0.2
fabric_version=0.106.0+1.21.2
# Mod Properties
mod_version = 1.4.159
maven_group = carpet
archives_base_name = fabric-carpet
# Release Action properties for Curseforge and Snapshots
# The Curseforge versions "names" or ids for the main branch (comma separated: 1.16.4,1.16.5)
# This is needed because CF uses too vague names for prereleases and release candidates
# Can also be the version ID directly coming from https://minecraft.curseforge.com/api/game/versions?token=[API_TOKEN]
release-curse-versions = Minecraft 1.22:1.22.0-Snapshot
# Whether or not to build another branch on release
release-extra-branch = false
# The name of the second branch to release
release-extra-branch-name = 1.20.4
# The "name" or id of the Curseforge version for the secondary branch
# This is needed because CF uses too vague names for snapshots
# Can also be the version ID directly coming from https://minecraft.curseforge.com/api/game/versions?token=[API_TOKEN]
release-extra-curse-version = Minecraft 1.20:1.20.4-Snapshot