-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
48 lines (42 loc) · 1.28 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
# Gradle settings
# Increase memory available to Gradle, enable parallelism, and enable caching
org.gradle.jvmargs=-Xmx2G
org.gradle.parallel=true
org.gradle.caching=true
# Mod properties
maven_group=io.github.steveplays28
archives_base_name=noisiumchunkmanager
mod_id=noisiumchunkmanager
mod_namespace=noisiumchunkmanager
mod_name=Noisium Chunk Manager
mod_description=A rewrite of Minecraft's server world chunk manager.
mod_license=LGPL-3.0
mod_version=2.2.0
supported_minecraft_version=>=1.20 <=1.20.1
supported_minecraft_version_name=1.20-1.20.1
# Multiloader properties
architectury_plugin_version=3.4-SNAPSHOT
architectury_loom_version=1.6-SNAPSHOT
shadow_plugin_version=7.1.2
forgix_plugin_version=1.2.6
minecraft_version=1.20.1
java_version=17
enabled_platforms=fabric,forge
# mc-publish properties
# TODO: Add project IDs
curseforge_project_id=0
modrinth_project_id=UNDEFINED
# Fabric properties
# Check these on https://modmuss50.me/fabric.html
yarn_mappings=1.20.1+build.10
fabric_loader_version=0.14.25
# (Neo)Forge properties
neoforge_version=47.1.100
# Dependencies
mixin_extras_version=0.3.5
architectury_api_version=9.2.14
fabric_api_version=0.90.7+1.20.1
yet_another_config_lib_version=3.4.4+1.20.1
mod_menu_version=7.2.2
distant_horizons_version=2.1.2-a
modernfix_version=5.18.9+mc1.20.1