Skip to content

Commit c594807

Browse files
committed
bump version, add conflict
1 parent 843f39f commit c594807

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ minecraft_version=1.21.8
77
loader_version=0.16.4
88
kotlin_loader_version=1.13.4+kotlin.2.2.0
99
# Mod Properties
10-
mod_version=1.1.0
10+
mod_version=1.2.0
1111
maven_group=cc.pe3epwithyou
1212
archives_base_name=island++
1313
# Dependencies

src/main/resources/fabric.mod.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,8 @@
4141
"fabric-language-kotlin": ">=${kotlin_loader_version}",
4242
"fabric": "*",
4343
"minecraft": "${minecraft_version}"
44+
},
45+
"conflicts": {
46+
"trident": "*"
4447
}
4548
}

0 commit comments

Comments
 (0)