-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
gradle.properties
45 lines (39 loc) · 1.21 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
# 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
java_package_name=stevesrealisticsleep
mod_id=stevesrealisticsleep
mod_namespace=steves_realistic_sleep
mod_name=Steve's Realistic Sleep
mod_description=Makes sleeping speed up time instead of skipping to day.
mod_license=LGPL-3.0
mod_version=1.11.1
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
minecraft_version=1.20.1
java_version=17
enabled_platforms=fabric,forge
# mc-publish properties
curseforge_project_id=616330
modrinth_project_id=ZPywkPEo
# 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
cloth_config_version=11.1.118
mod_menu_version=7.2.2
server_translation_api_version=2.0.0+1.20