-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
37 lines (32 loc) · 1 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
# Every field must be added to the root build.gradle expandProps map.
# Common
java_version = 21
mod_version = 4.0.1
group = it.crystalnest
mod_authors = Crystal Spider, Moonstone Webber, Noir
mod_title = Nightworld
mod_id = nightworld
mod_id_kebab = nightworld
license = GPL-3.0-or-later
description = Explore a parallel world!
credits = OnyxRose
github_user = crystal-nest
curseforge_id = 865641
minecraft_version = 1.21.4
# https://parchmentmc.org/docs/getting-started#choose-a-version
parchment_minecraft = 1.21.4
parchment_version = 2024.12.07
# https://projects.neoforged.net/neoforged/neoform
neo_form_version = 1.21.4-20241203.161809
# Fabric (https://fabricmc.net/develop/)
fabric_version = 0.112.0+1.21.4
fabric_loader_version = 0.16.9
# NeoForge (https://projects.neoforged.net/neoforged/neoforge)
neoforge_version = 21.4.27-beta
neoforge_loader_version_range = [21.4,)
# Dependencies
cobweb_version = 1.3.0
server_sided_portals_version = 2.0.0
# Gradle
org.gradle.jvmargs = -Xmx4G
org.gradle.daemon = false