-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
52 lines (42 loc) · 1.71 KB
/
gradle.properties
File metadata and controls
52 lines (42 loc) · 1.71 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Gradle Properties
org.gradle.jvmargs = -Xmx8G -Dnet.minecraftforge.gradle.test_certs=false -Djline.terminal=dumb
org.gradle.parallel = true
org.gradle.logging.stacktrace = all
# Mod Information
# HIGHLY RECOMMEND complying with SemVer for mod_version: https://semver.org/
mod_version = 0.0.1
mod_version_type = release
mod_package = team.terrafirmagreg.jellies
mod_id = jellies
mod_name = Jellies
mod_name_suffix = Modern
# Mod Metadata (Optional)
mod_description = Jellies of TerraFirmaGreg.
mod_url = https://www.curseforge.com/minecraft/mc-mods/jellies
# Delimit authors with commas
mod_authors = Sakura et. al.
mod_credits = TerraFirmaGreg-Team.
mod_logo_path = /logo.png
# Mapping Properties
mapping_channel = parchment
mapping_version = 2023.09.03-1.20.1
use_dependency_at_files = true
# The Minecraft version the Parchment version is for
neoForge.parchment.minecraftVersion=1.20.1
# The version of the Parchment mappings
neoForge.parchment.mappingsVersion=2023.09.03
# Run Configurations
# If multiple arguments/tweak classes are stated, use spaces as the delimiter
minecraft_version = 1.20.1
minecraft_username = Developer
### Dependency versions
# Build environment
java_version = 17
gradle_version = 9.5.0
mdg_legacy_version = 2.0.119
spotless_version = 7.2.1
# Forge
loader = forge
forge_version = 47.4.13
loader_version_range = [47,)
# Dependencies