MultiLoader-Template/gradle.properties
Jared 531f251168 AccessTransformers and AccessWideners now apply if the file is present
AccessWideners are shared on common and fabric, since you will most likely need them in common anyway, and they are faster to apply than AccessTransformers
2023-06-11 03:33:12 +02:00

22 lines
317 B
Properties

# Project
version=1.0.0
group=com.example.examplemod
# Common
minecraft_version=1.19.3
# Forge
forge_version=44.0.1
# Fabric
fabric_version=0.68.1+1.19.3
fabric_loader_version=0.14.11
# Mod options
mod_name=MultiLoader
mod_author=Jared
mod_id=examplemod
# Gradle
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false