Skip to content

Commit c5c1f78

Browse files
committed
1.19
1 parent 67f48af commit c5c1f78

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-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.11-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
@@ -3,14 +3,14 @@ org.gradle.jvmargs=-Xmx1G
33

44
# Fabric Properties
55
# check these on https://fabricmc.net/develop
6-
minecraft_version=1.18.2
7-
yarn_mappings=1.18.2+build.3
6+
minecraft_version=1.19
7+
yarn_mappings=1.19+build.1
88
loader_version=0.14.6
99

1010
# Mod Properties
11-
mod_version = 1.1.2-1.18.2
11+
mod_version = 1.1.2-1.19.0
1212
maven_group = ru.xzeldon.removeblockoutline
1313
archives_base_name = removeblockoutline
1414

1515
# Dependencies
16-
fabric_version=0.53.0+1.18.2
16+
fabric_version=0.55.2+1.19

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"depends": {
3434
"fabricloader": ">=0.14.6",
3535
"fabric": "*",
36-
"minecraft": "~1.18.2",
36+
"minecraft": "~1.19",
3737
"java": ">=17"
3838
},
3939
"suggests": {

0 commit comments

Comments
 (0)