-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
56 lines (49 loc) · 1.56 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
# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
# This is required to provide enough memory for the Minecraft decompilation process.
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
org.gradle.parallel=true
# Runtime
runtime_max_ram=4G
runtime_min_ram=3G
mixin_debug=false
# Build
enabled_platforms=fabric,forge
forge_publish_dependencies=requirement[],optional[]
fabric_publish_dependencies=requirement[],optional[]
# Common
mc_version=1.19.2
min_mc_version=1.19.2
pack_format=9
parchment_mappings_version=2022.11.27
architectury_version=6.5.85
jei_version=11.6.0.1018
# Forge
forge_version=43.2.8
min_forge_version=43.2.0
forge_ats_enabled=true
# Fabric
fabric_version=0.14.19
min_fabric_version=0.14.19
fabric_api_version=0.76.0
min_fabric_api_version=0.76.0
# Mod Attributes
modid=coolcat_lib
mod_version=1.0.0
mod_name=CoolCatLib
mod_description=This library is for the mods that need it.
mod_author=ixDarkLorD
mod_page_url=https://legacy.curseforge.com/minecraft/mc-mods/coolcatlib
mod_issue_url=https://github.com/ixDarkLorD/CoolCatLib/issues
mod_source_url=https://github.com/ixDarkLorD/CoolCatLib
mod_update_url=https://raw.githubusercontent.com/ixDarkLorD/ModUpdateJSONs/main/coolcat_lib.json
mod_license=MPL-2.0
mod_maven_group=net.ixdarklord
mod_forge_display_test=MATCH_VERSION
# "*" for a mod loaded on both sides, "server" for a server only mod, "client" for a client only mod
mod_fabric_environment=*
# Mod Publishing
project_release_type=release
project_game_versions=1.19.2
project_curse_id=916525
project_modrinth_id=0