26 lines
764 B
Properties
26 lines
764 B
Properties
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx4G -XX:MaxMetaspaceSize=1G -Dfile.encoding=UTF-8
|
|
org.gradle.parallel=true
|
|
|
|
# IntelliJ IDEA is not yet fully compatible with configuration cache, see: https://github.com/FabricMC/fabric-loom/issues/1349
|
|
org.gradle.configuration-cache=false
|
|
|
|
# Fabric tooling
|
|
loom_version=1.14-SNAPSHOT
|
|
|
|
# Mod metadata
|
|
mod.id=iconsenhanced
|
|
mod.name=Icons Enhanced
|
|
mod.version=0.1.0
|
|
mod.group=dev.dekin
|
|
mod.description=Client-only suite of enchantment and UI improvements.
|
|
mod.license=Apache-2.0
|
|
mod.author=DekinDev
|
|
|
|
# Dependencies (overridden per version in versions/*/gradle.properties)
|
|
deps.fabric_loader=0.18.4
|
|
deps.fabric_api=0.141.1+1.21.11
|
|
|
|
# Defaults (overridden per version as needed)
|
|
java_version=21
|