-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
35 lines (30 loc) · 899 Bytes
/
gradle.properties
File metadata and controls
35 lines (30 loc) · 899 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
32
33
34
35
# Every field must be added to the root build.gradle expandProps map.
# Common
java_version = 25
mod_version = 1.2.5
group = it.crystalnest
mod_authors = Crystal Spider
mod_title = Prometheus
mod_id = prometheus
mod_id_kebab = prometheus
license = CNCLv1
description = Create your fires with a few lines of code!
credits =
github_user = crystal-nest
curseforge_id = 1365195
minecraft_version = 26.1
minecraft_patch_version = .2
# https://minecraft.wiki/w/Pack_format#List_of_data_pack_formats
pack_format = 101.1
# https://projects.neoforged.net/neoforged/neoform
neo_form_version = 26.1.2-1
# Fabric (https://fabricmc.net/develop/)
fabric_version = 0.147.0+26.1.2
fabric_loader_version = 0.18.6
# NeoForge (https://projects.neoforged.net/neoforged/neoforge)
neoforge_version = 26.1.2.30-beta
# Dependencies
cobweb_version = 1.4.0
# Gradle
org.gradle.jvmargs = -Xmx4G
org.gradle.daemon = false