mirror of
https://github.com/lukasabbe/bookshelf-inspector.git
synced 2026-04-30 10:40:53 +00:00
17 lines
429 B
Properties
17 lines
429 B
Properties
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx4G
|
|
# Fabric Properties
|
|
# check these on https://fabricmc.net/develop/
|
|
minecraft_version=1.21.6
|
|
yarn_mappings=1.21.6+build.1
|
|
loader_version=0.16.14
|
|
# Mod Properties
|
|
mod_version=1.11+1.21.6
|
|
maven_group=me.lukasabbe
|
|
archives_base_name=Bookshelfinspector
|
|
|
|
# Dependencies
|
|
fabric_version=0.127.0+1.21.6
|
|
cloth_config=19.0.146
|
|
modmenu=15.0.0-beta.2
|
|
YAML_snake=2.4 |