-
-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathgradle.properties
More file actions
33 lines (29 loc) · 886 Bytes
/
gradle.properties
File metadata and controls
33 lines (29 loc) · 886 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
32
33
# Mod
mod_id = balm
mod_name = Balm
mod_author = BlayTheNinth
credits = BlayTheNinth
description = Abstraction Layer (but not really) for Blay's multiplatform mods
version = 21.11.8
group = net.blay09.mods
homepage=https://balm.twelveiterations.com
sources=https://github.com/TwelveIterations/Balm
issues=https://github.com/TwelveIterations/Balm/issues
discord = https://discord.gg/VAfZ2Nau6j
license = All Rights Reserved
# Publishing
curseforge_project_id = 531761
modrinth_project_id = MBAkmtvl
maven_releases = https://maven.twelveiterations.com/repository/maven-releases/
maven_snapshots = https://maven.twelveiterations.com/repository/maven-snapshots/
# Build
java_version = 21
neoforge_snapshot_url =
include_fabric=true
include_neoforge=true
include_forge=true
# Dependencies
kuma_version_range = [21.11,21.12)
# Gradle
org.gradle.jvmargs = -Xmx3G
org.gradle.daemon = false