File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' fabric-loom' version ' 0.11 -SNAPSHOT'
2
+ id ' fabric-loom' version ' 0.12 -SNAPSHOT'
3
3
id ' maven-publish'
4
4
}
5
5
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ org.gradle.jvmargs=-Xmx1G
3
3
4
4
# Fabric Properties
5
5
# 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
8
8
loader_version =0.14.6
9
9
10
10
# Mod Properties
11
- mod_version = 1.1.2-1.18.2
11
+ mod_version = 1.1.2-1.19.0
12
12
maven_group = ru.xzeldon.removeblockoutline
13
13
archives_base_name = removeblockoutline
14
14
15
15
# Dependencies
16
- fabric_version =0.53.0 +1.18.2
16
+ fabric_version =0.55.2 +1.19
Original file line number Diff line number Diff line change 33
33
"depends" : {
34
34
"fabricloader" : " >=0.14.6" ,
35
35
"fabric" : " *" ,
36
- "minecraft" : " ~1.18.2 " ,
36
+ "minecraft" : " ~1.19 " ,
37
37
"java" : " >=17"
38
38
},
39
39
"suggests" : {
You can’t perform that action at this time.
0 commit comments