mirror of
https://github.com/lukasabbe/bookshelf-inspector.git
synced 2026-04-30 10:40:53 +00:00
17 lines
451 B
Properties
17 lines
451 B
Properties
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx1G
|
|
# Fabric Properties
|
|
# check these on https://modmuss50.me/fabric.html
|
|
minecraft_version=1.21.4-pre3
|
|
yarn_mappings=1.21.4-pre3+build.2
|
|
loader_version=0.16.9
|
|
# Mod Properties
|
|
mod_version=1.8+1.21.4-SNAPSHOT.3
|
|
maven_group=me.lukasabbe
|
|
archives_base_name=Bookshelfinspector
|
|
|
|
# Dependencies
|
|
fabric_version=0.110.0+1.21.4
|
|
cloth_config=16.0.141
|
|
modmenu=12.0.0-beta.1
|
|
YAML_snake=2.2 |