Skip to content

Commit e5d9aed

Browse files
committed
Bump Gradle properties
1 parent 8a2c507 commit e5d9aed

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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.10-SNAPSHOT'
2+
id 'fabric-loom' version '0.12-SNAPSHOT'
33
id 'maven-publish'
44
}
55

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
org.gradle.jvmargs=-Xmx1G
33
# Fabric Properties
44
# check these on https://modmuss50.me/fabric.html
5-
minecraft_version=1.18
6-
loader_version=0.12.6
5+
minecraft_version=1.19
6+
loader_version=0.14.6
77
# Mod Properties
8-
mod_version=1.2.1
8+
mod_version=1.3.0
99
maven_group=net.camotoy
1010
archives_base_name=BedrockSkinUtility
1111
# Dependencies
1212
# check this on https://modmuss50.me/fabric.html
13-
fabric_version=0.43.1+1.18
13+
fabric_version=0.55.3+1.19

0 commit comments

Comments
 (0)