forked from JTK222/red-pandas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
76 lines (68 loc) · 2.65 KB
/
gradle.properties
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
org.gradle.daemon = false
org.gradle.jvmargs=-Xmx3G
group = com.mcmoddev
archivesBaseName = red-pandas
name = RedPandas
description = A small mod with just Red Pandas coz why not they are so cute!
#Minumum Minecraft Version Mod will be built with
mc_version=1.14.4
#ForgeGradle version to use (Required)
fg_version = 3.+
#version of Minecraft Forge is built against (Required)
forge_mc_version = 1.14.4
#Forge version to use (Required)
forge_version = 28.0.55
#Mappings channel: snapshot or stable
mcp_mappings_channel = snapshot
#Mappings version to use (Required) if using snapshots you need -mcVersion on the end e.g. -1.14.4
mcp_mappings_version = 20190828-1.14.3
#Cursforge Project ID (Required)
#curseforge_project_id = 336675
#Type of Release, can be one of 'alpha', 'beta' or 'release' (Defaults to 'alpha' if not set)
curseforge_release_type = beta
#When using a ChangeLog file specifies filename
curseforge_changelog_filename = CHANGELOG.md
#Changelog type, can be one of 'text', 'html' or 'markdown' (Defaults to 'text' if not set)
curseforge_changelog_type = markdown
#Version(s) of Minecraft this mod will work on (comma separated list)
curseforge_versions = 1.14.4
#Whether to use a custom display name on artifacts
curseforge_use_custom_display_name = true
#List of required dependencies (comma separated list)
#curseforge_requirements =
#List of optional dependencies (comma separated list)
#curseforge_optionals =
#List of embedded dependencies (comma separated list)
#curseforge_embeddeds =
#List of compatible tools (comma separated list)
#curseforge_tools =
#List of incompatible dependencies (comma separated list)
#curseforge_incompatibles =
#List of included dependencies (comma separated list)
#curseforge_includes =
#String reference to Core Plugin this mod contains, if any
#core_plugin =
#Whether or not to use Access Transformers from depended mods
dep_has_ats = false
#File name of this mod's Access Transformers (If any)
#mod_at_file = _at.cfg
#Whether the artifacts should be signed
do_sign_jar = true
#Create a source jar?
create_source_jar = true
#Create an API jar?
create_api_jar = false
#Create a deobf jar?
create_deobf_jar = false
#Create a javadoc jar?
create_javadoc_jar = false
#The following four options are optional and do not affect your build in any way
#They are only for convenience when using the 'runClient' and 'runServer' tasks
#Whether to Disable server gui
#mc_server_nogui = true
#Whether to Skip the screen to confirm that you want to load a world with missing registry entries
#forge_do_not_backup = true
#Whether to skip having to confirm on server
#forge_query_result_confirm = true
#Whether to Skip jansi warnings in the log
#log4j_skip_jansi = true