diff options
| author | plutorocks <> | 2026-02-25 19:18:35 -0500 |
|---|---|---|
| committer | plutorocks <> | 2026-02-25 19:18:35 -0500 |
| commit | 9bfbe7062eeddc787d5cf46fffe18fbe4c5dcd74 (patch) | |
| tree | cb002573b4844b45b4c1f3c50ad1a9ee0d13a06b /gradle.properties | |
| parent | a6f97af47016fd9e0d28ffcce6b7e3be152c6eff (diff) | |
port to 1.21.11.21.1
Diffstat (limited to 'gradle.properties')
| -rw-r--r-- | gradle.properties | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gradle.properties b/gradle.properties index 182eb72..809faf5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,20 +2,19 @@ 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 +# IntelliJ IDEA config cache workaround 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 +minecraft_version=1.21.1 +yarn_mappings=1.21.1+build.3 loader_version=0.18.4 loom_version=1.15-SNAPSHOT # Mod Properties -mod_version=R1.2 +mod_version=R1.3 maven_group=dev.plutorocks archives_base_name=minecraftirc # Dependencies -fabric_api_version=0.119.4+1.21.4
\ No newline at end of file +fabric_api_version=0.116.8+1.21.1
\ No newline at end of file |
