-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgradle.properties
More file actions
31 lines (24 loc) · 711 Bytes
/
gradle.properties
File metadata and controls
31 lines (24 loc) · 711 Bytes
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
org.gradle.jvmargs=-Xmx8G
org.gradle.parallel=true
org.gradle.deamon=false
# Architectury settings
enabled_platforms=fabric,neoforge
# Common mod settings
minecraft_version=1.21.6
mod_id=crystals
mod_version=1.3.1
mod_license=CC-BY-4.0
mod_name=Crystals
mod_description=A simple mod witch adds crystals ores.
mod_url=https://modrinth.com/mod/crystals
issue_url=https://github.com/Killarexe/Crystals/issues
archives_base_name=crystals
maven_group=github.killarexe
# Fabric Settings
fabric_loader_version=0.16.14
fabric_api_version=0.127.1+1.21.6
# Neoforge Settings
neoforge_version=21.6.0-beta
neoforge_version_range=[21.6.0-beta,)
neoforge_loader_version_range=[4,)
minecraft_version_range=[1.21.6,1.22)