File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed
Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 11plugins {
2- id ' fabric-loom' version ' 0.12 -SNAPSHOT'
2+ id ' fabric-loom' version ' 1.0 -SNAPSHOT'
33 id ' maven-publish'
44}
55
Original file line number Diff line number Diff line change 11# Done to increase the memory available to gradle.
22org.gradle.jvmargs =-Xmx1G
3+ org.gradle.daemon =false
34# Fabric Properties
45# check these on https://fabricmc.net/develop/
5- minecraft_version =1.19
6- yarn_mappings =1.19+build.4
7- loader_version =0.14.8
6+ minecraft_version =1.19.2
7+ yarn_mappings =1.19.2+build.18
8+ loader_version =0.14.9
9+
10+
811# Mod Properties
912mod_version =1.19-1.1.2
1013maven_group =me.codecraft
1114archives_base_name =registry-lib
1215# Dependencies
1316# check this on https://fabricmc.net/develop/
14- fabric_version =0.57.0+1.19
17+ # Fabric api
18+ fabric_version =0.61.0+1.19.28
1519gpr.user = CodeCraftPlugin
1620gpr.key = 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
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.5.1 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments