-
Notifications
You must be signed in to change notification settings - Fork 3
/
gradle.properties
43 lines (34 loc) · 1.22 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
# Important Notes:
# Every field you add must be added to the root build.gradle expandProps map.
# Project
java_version=21
minecraft_version=1.21.4
# Common
mod_id=bluelib
mod_name=BlueLib
license=MIT License
version=1.6.0
group=software.bluelib
mod_author=Dan, Aram
description=BlueLib is an All round Minecraft mod library that offers data-driven features, allowing users to implement and customize its features with full freedom. \nIt supports both Resource and Datapacks, ensuring seamless integration and flexibility.
credits=
minecraft_version_range=[1.21,)
## This is the version of minecraft that the 'common' project uses, you can find a list of all versions here
## https://projects.neoforged.net/neoforged/neoform
neo_form_version=1.21.4-20241203.161809
# The version of ParchmentMC that is used, see https://parchmentmc.org/docs/getting-started#choose-a-version for new versions
parchment_minecraft=1.21.4
parchment_version=2024.12.07
# Fabric
fabric_version=0.112.2+1.21.4
fabric_loader_version=0.16.9
# NeoForge
neoforge_version=21.4.33-beta
neoforge_loader_version_range=[4,)
neoforge_version_range=[21.0.0-beta,)
# Gradle
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
# mixin
mixin_version=0.8.7
mixin_extra_version=0.4.1