Files
architectury-templates/templates/forge/gradle.properties

27 lines
854 B
Properties

# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
# tell architectury loom that this project is a forge project.
# this will enable us to use the "forge" dependency.
# using archloom without this is possible and will give you a
# "standard" loom installation with some extra features.
loom.platform=forge
# Base properties
# minecraft version
minecraft_version=@MINECRAFT@
# forge version, latest version can be found on https://files.minecraftforge.net/
forge_version=@FORGE@
# yarn, latest version can be found on https://fabricmc.net/use
yarn_mappings=@YARN_MAPPINGS@
# Mod Properties
mod_version=1.0.0
maven_group=com.example.examplemod
archives_base_name=archloom-example-mod
mod_id=archloom-example-mod
mod_author=TheExampleDev
# Dependencies
jei_version=@JEI_MAJOR@.+