-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathgradle.properties
46 lines (38 loc) · 1.39 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
# Done to increase the memory available to Gradle.
org.gradle.jvmargs=-Xmx2G
org.gradle.parallel=true
# Mod info
mod_license = GPL-3.0 license
mod_name = HorseStatsMod
mod_authors = lilgallon
mod_description = A lightweight mod that shows the horses' stats (health, jump height and speed)
mod_group_id = dev.gallon.horsestatsmod
mod_display_url = https://github.com/lilgallon/HorseStatsMod
mod_issue_tracker = https://github.com/lilgallon/HorseStatsMod/issues
mod_update_json = https://raw.githubusercontent.com/lilgallon/HorseStatsMod/main/update.json
# Mod properties
mod_id = horsestatsmod
maven_group = dev.gallon
archives_name = horsestatsmod
enabled_platforms = fabric,neoforge
fabric_mod_version = 2.0.1
neoforge_mod_version = 2.0.0
# Minecraft properties
minecraft_version = 1.21.4
# Neoforge dependencies
neoforge_version = 21.4.13-beta
# Neoforge dependencies requirements
neoforge_loader_version_range = [4,)
neoforge_version_range = [21.4.0,)
neoforge_minecraft_version_range = [1.21.4,)
# Fabric Dependencies
fabric_loader_version = 0.16.9
fabric_api_version = 0.111.0+1.21.4
fabric_cloth_config_version = 17.0.142
fabric_modmenu_version = 13.0.0-beta.1
# Fabric dependencies requirements
fabric_loader_version_requirement = >=0.16.0
fabric_api_version_requirement = *
fabric_minecraft_version_requirement = >=1.21.4
fabric_java_version_requirement = >=21
fabric_cloth_config_version_requirement = >=17.0.0