mc-entity-visibility-rules/gradle.properties

18 lines
417 B
Properties
Raw Normal View History

2024-09-11 17:21:57 +03:00
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
org.gradle.parallel=true
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.21
yarn_mappings=1.21+build.9
loader_version=0.16.2
2024-09-11 17:21:57 +03:00
# Mod Properties
mod_version=0.0.1
2024-09-11 17:21:57 +03:00
maven_group=io.github.vftdan.mcentityvisibilityrules
archives_base_name=entity-visibility-rules
# Dependencies
fabric_version=0.102.0+1.21