-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathgradle.properties
More file actions
31 lines (28 loc) · 1010 Bytes
/
Copy pathgradle.properties
File metadata and controls
31 lines (28 loc) · 1010 Bytes
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
# Mod
mod_id = defaultoptions
mod_name = Default Options
mod_author = BlayTheNinth
credits = BlayTheNinth
description=A way for modpacks to ship a default (key) configuration without having to include an options.txt file. Also allows local options from any mod .cfg file.
version = 26.2.0.2
group = net.blay09.mods
homepage=https://mods.twelveiterations.com/mc/defaultoptions
sources=https://github.com/TwelveIterations/DefaultOptions
issues=https://github.com/TwelveIterations/DefaultOptions/issues
discord = https://discord.gg/VAfZ2Nau6j
license=All Rights Reserved
# Publishing
curseforge_project_id = 232131
curseforge_environments = Client
modrinth_project_id = WEg59z5b
maven_releases = https://maven.twelveiterations.com/repository/maven-releases/
maven_snapshots = https://maven.twelveiterations.com/repository/maven-snapshots/
# Build
java_version = 25
neoforge_snapshot_url =
include_fabric=true
include_neoforge=true
include_forge=false
# Gradle
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false