-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
33 lines (24 loc) · 930 Bytes
/
gradle.properties
File metadata and controls
33 lines (24 loc) · 930 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
org.gradle.jvmargs=-Xmx2048M
minecraft_version = 1.20.1
enabled_platforms = fabric,forge
java_version = 17
archives_base_name = myplugin
mod_version = 1.0.0
maven_group = io.github.myorg
# MoreMcmeta version to use for development. If you are not developing a
# default plugin, use a stable release version instead.
moremcmeta_version = 1.20.1-4.x-1.20-SNAPSHOT
# Minimum MoreMcmeta version that users can install. This should be at
# least 4.0.0 for the corresponding Minecraft version if this plugin is
# not a default plugin. For example: 1.19-4.0.0
moremcmeta_min_version = *
# Fabric loader and API versions to use for development
fabric_loader_version = 0.14.21
fabric_api_version = 0.83.0+1.20.1
# Forge version to use for development
forge_version = 1.20.1-47.0.1
# IDs of your projects on CurseForge
fabric_curseforge_id = 12345
forge_curseforge_id = 12345
# ID of your project on Modrinth
modrinth_id = myplugin