2023-03-15 21:52:13 +00:00
|
|
|
# SPDX-FileCopyrightText: 2017 The CC: Tweaked Developers
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
|
2024-04-24 17:55:48 +01:00
|
|
|
org.gradle.jvmargs=-Xmx3G -Dfile.encoding=UTF-8
|
2022-10-22 21:09:08 +01:00
|
|
|
org.gradle.parallel=true
|
|
|
|
|
2022-06-19 11:21:41 +01:00
|
|
|
kotlin.stdlib.default.dependency=false
|
2022-10-22 21:09:08 +01:00
|
|
|
kotlin.jvm.target.validation.mode=error
|
2021-09-18 12:42:36 +01:00
|
|
|
|
2019-03-19 11:47:12 +00:00
|
|
|
# Mod properties
|
2024-01-31 20:55:14 +00:00
|
|
|
isUnstable=true
|
2024-04-26 18:22:06 +01:00
|
|
|
modVersion=1.110.3
|
2019-03-19 11:47:12 +00:00
|
|
|
|
2022-10-22 21:09:08 +01:00
|
|
|
# Minecraft properties: We want to configure this here so we can read it in settings.gradle
|
2024-04-25 21:32:48 +01:00
|
|
|
mcVersion=1.20.5
|