mirror of
https://github.com/trafficlunar/options-profiles.git
synced 2026-06-27 22:24:10 +00:00
Initial commit
This commit is contained in:
commit
7e5a9af3fe
23 changed files with 1649 additions and 0 deletions
17
gradle.properties
Normal file
17
gradle.properties
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Done to increase the memory available to gradle.
|
||||
org.gradle.jvmargs=-Xmx6G
|
||||
org.gradle.parallel=true
|
||||
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/develop
|
||||
minecraft_version=1.19
|
||||
yarn_mappings=1.19+build.4
|
||||
loader_version=0.14.19
|
||||
|
||||
# Mod Properties
|
||||
mod_version=1.0.0
|
||||
maven_group=dev.axolotlmaid.optionsprofiles
|
||||
archives_base_name=options-profiles
|
||||
|
||||
# Dependencies
|
||||
fabric_version=0.58.0+1.19
|
||||
Loading…
Add table
Add a link
Reference in a new issue