-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathgradle.properties
30 lines (26 loc) · 1.01 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
29
30
# Dependencies: Visit https://lambdaurora.dev/tools/import_quilt.html and the Quilt Community Discord (https://discord.com/invite/M7GpuyTBvy) for dependency version info.
minecraft_version = 1.20.1
quilt_mappings = 23
quilt_loader_version=0.20.0-beta.11
# NOTE: Uncomment the line below if using QSL by itself instead of Quilted Fabric API
qsl_version = 6.1.0
# NOTE: Comment out the line below if *not* using Quilted Fabric API.
quilted_fabric_api_version = 7.1.0+0.86.1
# Base properties
mod_name = Creeper Spores
mod_version = 1.13.1
owners = Ladysnake
maven_group = org.ladysnake
#Other Dependencies
modmenu_version=7.2.1
#Publishing
license_header = LGPL
gpl_version = 3
modrinth_id = WSdgoMoj
curseforge_id = 331636
curseforge_versions = 1.20; 1.20.1
modrinth_versions = 1.20; 1.20.1
release_type = release
# 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