mirror of
https://github.com/QuiltMC/quilt-template-mod
synced 2024-08-15 00:23:32 +00:00
Initial commit
This commit is contained in:
commit
e7f3fd5a55
14 changed files with 574 additions and 0 deletions
18
gradle.properties
Normal file
18
gradle.properties
Normal file
|
@ -0,0 +1,18 @@
|
|||
# gradle stuff
|
||||
org.gradle.jvmargs=-Xmx3G
|
||||
org.gradle.parallel=true
|
||||
org.gradle.caching=true
|
||||
# uncomment this is gradle doesn't want to use more workers
|
||||
#org.gradle.workers.max=4
|
||||
# Quilt Properties
|
||||
# check these on https://lambdaurora.dev/tools/import_quilt.html
|
||||
minecraft_version=1.18.2
|
||||
quilt_mappings=22
|
||||
loader_version=0.16.0-beta.7
|
||||
# Mod Properties
|
||||
version=1.0.0
|
||||
maven_group=com.example
|
||||
archives_base_name=example-mod
|
||||
# Dependencies
|
||||
qsl_version=1.1.0-beta.2+1.18.2
|
||||
quilted_fapi_version=1.0.0-beta.5+0.48.0
|
Loading…
Add table
Add a link
Reference in a new issue