-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgradle.properties
More file actions
54 lines (39 loc) · 1.63 KB
/
gradle.properties
File metadata and controls
54 lines (39 loc) · 1.63 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
53
54
# Mod Properties
# Recommended Versioning Scheme: https://docs.neoforged.net/docs/gettingstarted/versioning/
version = 26.1.2.0
# Your mod id should be descriptive, ideally just your mod's name in all lowercase with no hyphens or underscores.
mod_id = yourmod
mod_name = Your Mod
# Your group should be a unique identifier in reverse domain format.
group = yourname.mods
description=Shortly describe your mod here.
# Fill out these URLs with links to your website or project page, sources (if public), issue tracker and Discord invite.
homepage = https://
sources = https://
issues = https://
discord =
# Make sure the license here matches the one you defined in the LICENSE file.
license=All Rights Reserved
mod_author =
# Credits can include other attribution as well, such as artists, etc.
credits =
# Publishing Properties
# You can find the project ID on the CurseForge / Modrinth project page. You can leave this empty until you publish your mod.
curseforge_project_id = 0
curseforge_environments = Client,Server
modrinth_project_id = 0
# If you have a Maven to deploy to, configure its URLs here.
# maven_releases = https://
# maven_snapshots = https://
# Build Properties
# The Java version to use. Different Minecraft versions require different Java versions.
java_version = 25
# The loaders to include.
include_fabric=true
include_neoforge=true
include_forge=true
# You can develop against published NeoForge snapshots (instead of releases) by adding the URL linked in the NeoForge PR here and updating the NeoForge version in gradle/libs.versions.toml.
neoforge_snapshot_url =
# Gradle Properties
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false