We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a2c507 commit e5d9aedCopy full SHA for e5d9aed
2 files changed
build.gradle
@@ -1,5 +1,5 @@
1
plugins {
2
- id 'fabric-loom' version '0.10-SNAPSHOT'
+ id 'fabric-loom' version '0.12-SNAPSHOT'
3
id 'maven-publish'
4
}
5
gradle.properties
@@ -2,12 +2,12 @@
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
-minecraft_version=1.18
6
-loader_version=0.12.6
+minecraft_version=1.19
+loader_version=0.14.6
7
# Mod Properties
8
-mod_version=1.2.1
+mod_version=1.3.0
9
maven_group=net.camotoy
10
archives_base_name=BedrockSkinUtility
11
# Dependencies
12
# check this on https://modmuss50.me/fabric.html
13
-fabric_version=0.43.1+1.18
+fabric_version=0.55.3+1.19
0 commit comments