14 lines
303 B
Properties
14 lines
303 B
Properties
# SPDX-FileCopyrightText: 2023 Linnea Gräf <nea@nea.moe>
|
|
#
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
# suppress inspection "UnusedProperty" for whole file
|
|
org.gradle.jvmargs=-Xmx4096M
|
|
|
|
minecraft_version=1.19.4
|
|
loom.platform=fabric
|
|
|
|
archives_base_name=Firmament
|
|
mod_version=1.0.0
|
|
maven_group=moe.nea.firmament
|
|
|