diff options
| author | plutorocks <> | 2026-02-24 17:15:29 -0500 |
|---|---|---|
| committer | plutorocks <> | 2026-02-24 17:15:29 -0500 |
| commit | d23825b05ec9cba95429c6ef693f469e99e37b36 (patch) | |
| tree | dffe3ed7d3ddd5590591df381f84c33f6d329abb /gradle.properties | |
Initial commit
Diffstat (limited to 'gradle.properties')
| -rw-r--r-- | gradle.properties | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties new file mode 100644 index 0000000..4534a4a --- /dev/null +++ b/gradle.properties @@ -0,0 +1,21 @@ +# Done to increase the memory available to gradle. +org.gradle.jvmargs=-Xmx1G +org.gradle.parallel=true + +# IntelliJ IDEA is not yet fully compatible with configuration cache, see: https://github.com/FabricMC/fabric-loom/issues/1349 +org.gradle.configuration-cache=false + +# Fabric Properties +# check these on https://fabricmc.net/develop +minecraft_version=1.21.4 +yarn_mappings=1.21.4+build.8 +loader_version=0.18.4 +loom_version=1.15-SNAPSHOT + +# Mod Properties +mod_version=1.0.0 +maven_group=dev.plutorocks +archives_base_name=minecraftirc + +# Dependencies +fabric_api_version=0.119.4+1.21.4
\ No newline at end of file |
