16 lines
355 B
Properties
16 lines
355 B
Properties
# Done to increase the memory available to Gradle.
|
|
org.gradle.jvmargs=-Xmx1G
|
|
org.gradle.parallel=true
|
|
org.gradle.configuration-cache=false
|
|
|
|
# Fabric properties
|
|
minecraft_version=26.1.2
|
|
loader_version=0.19.2
|
|
loom_version=1.16-SNAPSHOT
|
|
fabric_api_version=0.148.0+26.1.2
|
|
|
|
# Mod properties
|
|
mod_version=1.0.0
|
|
maven_group=fr.koka99cab
|
|
archives_base_name=events
|