first commit
This commit is contained in:
commit
2f5a4bc647
74 changed files with 2126 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=-Xmx2G
|
||||
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.4
|
||||
|
||||
# Mod Properties
|
||||
mod_version=0.1
|
||||
group=ovh.sad.animalrp
|
||||
maven_group=ovh.sad.animalrp
|
||||
archives_base_name=animal-rp
|
||||
|
||||
# Dependencies
|
||||
fabric_version=0.103.0+1.21.1
|
||||
Loading…
Add table
Add a link
Reference in a new issue