forked from virt-mirrors/Sit
Initial commit
This commit is contained in:
commit
ff1c9342ca
17 changed files with 1463 additions and 0 deletions
19
gradle.properties
Normal file
19
gradle.properties
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Done to increase the memory available to gradle.
|
||||
org.gradle.jvmargs=-Xmx1G
|
||||
org.gradle.parallel=true
|
||||
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/develop
|
||||
minecraft_version=1.20.1
|
||||
yarn_mappings=1.20.1+build.9
|
||||
loader_version=0.14.21
|
||||
|
||||
# Mod Properties
|
||||
mod_version=b0.0.1+1.20-1.20.1
|
||||
maven_group=one.oth3r
|
||||
archives_base_name=sit!
|
||||
|
||||
# Dependencies
|
||||
fabric_version=0.85.0+1.20.1
|
||||
modmenu_version=7.0.0
|
||||
yacl_version=3.0.0+1.20
|
Loading…
Add table
Add a link
Reference in a new issue