start
This commit is contained in:
commit
e01376d7c8
95 changed files with 3730 additions and 0 deletions
14
🏗️templatetocopyeasily/gradle.properties
Normal file
14
🏗️templatetocopyeasily/gradle.properties
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Done to increase the memory available to gradle.
|
||||
org.gradle.jvmargs=-Xmx1G
|
||||
org.gradle.parallel=true
|
||||
|
||||
# Fabric Properties
|
||||
# check these on https://babric.github.io/develop/
|
||||
minecraft_version=b1.7.3
|
||||
yarn_mappings=b1.7.3+build.8
|
||||
loader_version=0.15.6-babric.2
|
||||
|
||||
# Mod Properties
|
||||
mod_version = 1.0.0
|
||||
maven_group = com.example
|
||||
archives_base_name = fabric-example-mod
|
||||
Loading…
Add table
Add a link
Reference in a new issue