16 lines
511 B
Properties
16 lines
511 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.18.2
|
|
forge_version=1.18.2-40.2.1
|
|
lazydfu_version=3544496
|
|
parchment_version=2022.11.06
|
|
refined_storage_version=4392829
|
|
jei_version=10.2.1.283 |