-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
41 lines (35 loc) · 980 Bytes
/
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
# 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=0.3.3
group=com.jship.HauntFurnace
java_version=21
# Common
minecraft_version=1.21.1
minecraft_version_range=[1.21, 1.22)
neo_form_version=1.21-20240613.152323
parchment_minecraft=1.21
parchment_version=2024.07.28
jei_version=19.8.5.118
architectury_version=13.0.6
cloth_config_version=15.0.130
rei_version=16.0.754
emi_version=1.1.12+1.21
# NeoForge
neoforge_version=21.0.167
neoforge_loader_version_range=[4,)
# Fabric
fabric_version=0.102.1+1.21.1
fabric_loader_version=0.16.2
reborn_energy_version=4.1.0
# Mod options
mod_name=Haunt Furnace
mod_author=jshipley
mod_id=hauntfurnace
license=MIT
credits=
description=A furnace that haunts your items and transforms them into something new. Inspired by the Create mod.
# Gradle
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false