-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
45 lines (37 loc) · 1 KB
/
gradle.properties
File metadata and controls
45 lines (37 loc) · 1 KB
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
44
45
# Important Notes:
# fabric.mod.json's modid field cannot be expanded, you must change it manually.
# Every field you add must be added to the root build.gradle expandProps map.
# Project
version=1.2.0
group=net.refractionapi.refraction
java_version=21
# Common
minecraft_version=1.21.1
minecraft_version_range=[1.21.1, 1.22)
neo_form_version=1.21.1-20240808.144430
imgui_version=1.88.0
classgraph_version=4.8.180
narcissus_version=1.0.7
spoon_version=10.4.2
# The version of ParchmentMC that is used, see https://parchmentmc.org/docs/getting-started#choose-a-version for new versions
parchment_minecraft=1.21.1
parchment_version=2024.11.17
# Fabric
fabric_version=0.115.0+1.21.1
fabric_loader_version=0.16.10
# Forge
forge_version=52.0.28
forge_loader_version_range=[52,)
# NeoForge
neoforge_version=21.1.89
neoforge_loader_version_range=[4,)
# Mod options
mod_name=Refraction
mod_author=Zeus, ConnorTron110
mod_id=refraction
license=GNU
description=
credits=
# Gradle
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false