mirror of
https://github.com/lukasabbe/bookshelf-inspector.git
synced 2026-04-30 10:40:53 +00:00
17 lines
435 B
Properties
17 lines
435 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=25w08a
|
|
yarn_mappings=25w08a+build.3
|
|
loader_version=0.16.10
|
|
# Mod Properties
|
|
mod_version=1.9+1.21.5-SNAPSHOT.3
|
|
maven_group=me.lukasabbe
|
|
archives_base_name=Bookshelfinspector
|
|
|
|
# Dependencies
|
|
fabric_version=0.117.4+1.21.5
|
|
cloth_config=17.0.144
|
|
modmenu=13.0.0
|
|
YAML_snake=2.3 |