Add project files

This commit is contained in:
ChaoticByte 2024-10-19 11:27:23 +02:00
parent 1d47ac0466
commit 8d1c9da4ba
No known key found for this signature in database
18 changed files with 757 additions and 1 deletions

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