30 lines
620 B
Properties
30 lines
620 B
Properties
# Important Notes:
|
|
# Every field you add must be added to the root build.gradle expandProps map.
|
|
|
|
# Project
|
|
version=1.0.0
|
|
group=com.example.examplemod
|
|
java_version=21
|
|
|
|
# Common
|
|
minecraft_version=1.21
|
|
mod_name=ExampleMod
|
|
mod_author=Jared
|
|
mod_id=examplemod
|
|
license=CC0-1.0
|
|
credits=
|
|
description=The description of your mod. \\nAccepts multilines (but they must be double-escaped).
|
|
minecraft_version_range=[1.21, 1.22)
|
|
|
|
# Fabric
|
|
fabric_version=0.100.1+1.21
|
|
fabric_loader_version=0.15.11
|
|
|
|
# NeoForge
|
|
neoforge_version=21.0.20-beta
|
|
neoforge_loader_version_range=[4,)
|
|
|
|
# Gradle
|
|
org.gradle.jvmargs=-Xmx3G
|
|
org.gradle.daemon=false
|