feat: initial commit

port from 1.21 branch
This commit is contained in:
trafficlunar 2024-11-30 12:06:16 +00:00
commit a0e50a59d7
32 changed files with 2629 additions and 0 deletions

16
gradle.properties Normal file
View 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