forked from DragonsPlusMinecraft/Quicksand
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
29 lines (29 loc) · 830 Bytes
/
gradle.properties
File metadata and controls
29 lines (29 loc) · 830 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
# Gradle
org.gradle.jvmargs = -Xmx3G
org.gradle.daemon = false
org.gradle.parallel = true
org.gradle.caching = true
org.gradle.configuration-cache = true
# Project
parchment_minecraft_version = 1.21.1
parchment_mappings_version = 2024.11.13
minecraft_version = 1.21.1
minecraft_version_range = [1.21.1, 1.22)
neo_version = 21.1.129
neo_version_range = [21.1.0,)
loader_version_range = [4,)
# Mod
mod_id = quicksand
mod_artifact_id = quicksand-neoforge
mod_name = Quicksand
mod_license = LGPL-3.0-or-later
mod_version = 2.0.0
mod_group_id = plus.dragons.quicksand
mod_authors = DragonsPlus
mod_description = A mod adding quicksand to Minecraft.
mod_github = https://github.com/DragonsPlusMinecraft/Quicksand
mod_logo = icon.png
# Mod Dependencies
bwg_version = 2.3.13-NeoForge
jade_version = 15.10.0+neoforge
wthit_version = 12.5.3