Skip to content

Commit 53afca0

Browse files
a backup
1 parent 5a85382 commit 53afca0

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'fabric-loom' version '0.12-SNAPSHOT'
2+
id 'fabric-loom' version '1.0-SNAPSHOT'
33
id 'maven-publish'
44
}
55

gradle.properties

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
# Done to increase the memory available to gradle.
22
org.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
912
mod_version=1.19-1.1.2
1013
maven_group=me.codecraft
1114
archives_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
1519
gpr.user = CodeCraftPlugin
1620
gpr.key = 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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=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
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)