initial commit
This commit is contained in:
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=-Xmx1G
|
||||
org.gradle.parallel=true
|
||||
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/develop
|
||||
minecraft_version=1.21.3
|
||||
yarn_mappings=1.21.3+build.2
|
||||
loader_version=0.17.2
|
||||
loom_version=1.11-SNAPSHOT
|
||||
fabric_kotlin_version=1.13.4+kotlin.2.2.0
|
||||
|
||||
# Mod Properties
|
||||
mod_version=1.0.0
|
||||
maven_group=com.wyattjmiller.itemrespawnutil
|
||||
archives_base_name=itemrespawnutil
|
||||
|
||||
# Dependencies
|
||||
fabric_version=0.114.1+1.21.3
|
||||
Reference in New Issue
Block a user