-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgradle.properties
50 lines (39 loc) · 1014 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
42
43
44
45
46
47
48
49
50
# Gradle
org.gradle.jvmargs=-Xmx6G
org.gradle.daemon=false
kotlin.incremental=false
kotlin.daemon.useFallbackStrategy=true
javaVersion=21
# Project
modGroup=team.0mods
enabledPlatforms=fabric,forge,neoforge
# Valid types: alpha, beta, snapshot or empty
releaseType=alpha
imguiVersion=1.86.11
kotlinVersion=2.0.0
# Common
minecraftVersion=1.21
parchmentMCVersion=1.21
parchmentVersion=2024.07.07
# Forge
forgeVersion=51.0.16
# NeoForge
neoVersion=21.0.21-beta
# Fabric APIs
fabricVersion=0.100.3
fabricLoaderVersion=0.15.11
# COMMON FILE SETTINGS
modName=Aeternus
modId=aeternus
description=Etherium-based magic mod
license=All rights reserved
credits=Thanks HollowHorizon for code help\\nDizaGo Fox for Textures\\nSigmarius for ideas\\nGoovy, _BENDY659_, _GuRmAn_ for Mod testing
modAuthor=AlgorithmLX, HollowHorizon
# FORGE & NEO FORGED FILE SETTINGS
modLoader=javafml
mlVersion=[49,)
mcRange=[1.21,1.21.1)
# FORGE FILE SETTINGS
forgeVersionRange=[50,)
# NEO FORGED FILE SETTINGS
neoVersionRange=[20,)