mirror of
https://github.com/trafficlunar/options-profiles.git
synced 2026-06-27 22:24:10 +00:00
feat: initial commit
port from 1.21 branch
This commit is contained in:
commit
a0e50a59d7
32 changed files with 2629 additions and 0 deletions
16
gradle.properties
Normal file
16
gradle.properties
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# 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.21
|
||||
loader_version=0.16.9
|
||||
|
||||
# Mod Properties
|
||||
mod_version=1.3.2
|
||||
maven_group=com.trafficlunar.optionsprofiles
|
||||
archives_base_name=optionsprofiles
|
||||
|
||||
# Dependencies
|
||||
fabric_version=0.102.0+1.21
|
||||
Loading…
Add table
Add a link
Reference in a new issue