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
|
2024-09-11 17:32:18 +03:00
|
|
|
loader_version=0.16.2
|
2024-09-11 17:21:57 +03:00
|
|
|
|
|
|
|
# Mod Properties
|
2024-09-11 17:32:18 +03:00
|
|
|
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
|
2024-09-11 17:32:18 +03:00
|
|
|
fabric_version=0.102.0+1.21
|