20 lines
591 B
Properties
20 lines
591 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
|
|
|
|
mod_id=modernfix
|
|
minecraft_version=1.16.5
|
|
forge_version=1.16.5-36.2.39
|
|
lazydfu_version=3249059
|
|
mekanism_version=1.16.5-10.1.2.457
|
|
parchment_version=2022.03.06
|
|
jei_version=7.7.1.153
|
|
|
|
# dev-time options
|
|
include_optimization_mods=true
|
|
include_content_mods=true |