mirror of
https://github.com/lukasabbe/bookshelf-inspector.git
synced 2026-04-30 10:40:53 +00:00
17 lines
442 B
Properties
17 lines
442 B
Properties
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx4G
|
|
# Fabric Properties
|
|
# check these on https://modmuss50.me/fabric.html
|
|
minecraft_version=25w15a
|
|
yarn_mappings=25w15a+build.5
|
|
loader_version=0.16.13
|
|
# Mod Properties
|
|
mod_version=1.10+1.21.6-SNAPSHOT.1
|
|
maven_group=me.lukasabbe
|
|
archives_base_name=Bookshelfinspector
|
|
|
|
# Dependencies
|
|
fabric_version=0.119.10+1.21.6
|
|
cloth_config=18.0.145
|
|
modmenu=14.0.0-rc.2
|
|
YAML_snake=2.4 |