mirror of
https://github.com/architectury/architectury-templates.git
synced 2026-04-02 21:47:41 -05:00
27 lines
854 B
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@.+
|