-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgradle.properties
More file actions
31 lines (28 loc) · 895 Bytes
/
gradle.properties
File metadata and controls
31 lines (28 loc) · 895 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
version = 21.11.0
mod_id = spookydoors
mod_name = Spooky Doors
mod_author = BlayTheNinth
credits = BlayTheNinth
group = net.blay09.mods
description=Doors, but they're scary like in Horror Games
homepage=https://mods.twelveiterations.com/mc/spooky-doors
sources=https://github.com/TwelveIterations/SpookyDoors
issues=https://github.com/TwelveIterations/SpookyDoors/issues
discord = https://discord.gg/VAfZ2Nau6j
license=All Rights Reserved
# Publishing
curseforge_project_id = 1128353
curseforge_environments = Client,Server
modrinth_project_id = j5axkwld
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
# Gradle
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false