-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgradle.properties
44 lines (37 loc) · 1.19 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
44
# Copyright (c) 2024 Fzzyhmstrs
#
# This file is part of Fzzy Config, a mod made for minecraft; as such it falls under the license of Fzzy Config.
#
# Fzzy Config is free software provided under the terms of the Timefall Development License - Modified (TDL-M).
# You should have received a copy of the TDL-M with this software.
# If you did not, see <https://github.com/fzzyhmstrs/Timefall-Development-Licence-Modified>.
kotlin.code.style = official
org.gradle.jvmargs = -Xmx2G
org.gradle.java.home = C:/Users/fzzyh/.jdks/temurin-21.0.2
org.gradle.daemon=true
org.gradle.warning.mode = all
# Check these on https://fabricmc.net/versions.html
minecraftVersion=1.21.3
yarnMappings=1.21.3+build.2
loaderVersion = 0.16.9
# Fabric API
fabricVersion=0.110.0+1.21.3
loomVersion = 1.7-SNAPSHOT
# Kotlin
systemProp.kotlinVersion = 2.0.20
fabricKotlinVersion = 1.12.1+kotlin.2.0.20
tomlktVersion = 0.3.7
janksonVersion = 1.2.3
fabricPermsVersion = 0.3.3
modmenuVersion = 12.0.0-beta.1
# Uploading
mcVersions = 1.21.2,1.21.3,1.21.4
mcCurseVersions =
uploadDebugMode = false
releaseType = release
# Flags
includeExamples = false
# Mod Properties
mavenGroup = me.fzzyhmstrs
archivesBaseName = fzzy_config
modVersion = 0.6.4