Add project files
This commit is contained in:
parent
1d47ac0466
commit
8d1c9da4ba
18 changed files with 757 additions and 1 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=-Xmx1G
|
||||
org.gradle.parallel=true
|
||||
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/develop
|
||||
minecraft_version=1.21.1
|
||||
yarn_mappings=1.21.1+build.3
|
||||
loader_version=0.16.7
|
||||
|
||||
# Mod Properties
|
||||
mod_version=0.0.1
|
||||
maven_group=net.chaoticbyte.truncated
|
||||
archives_base_name=truncated
|
||||
|
||||
# Dependencies
|
||||
fabric_version=0.106.0+1.21.1
|
Loading…
Add table
Add a link
Reference in a new issue