We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 843f39f commit c594807Copy full SHA for c594807
gradle.properties
@@ -7,7 +7,7 @@ minecraft_version=1.21.8
7
loader_version=0.16.4
8
kotlin_loader_version=1.13.4+kotlin.2.2.0
9
# Mod Properties
10
-mod_version=1.1.0
+mod_version=1.2.0
11
maven_group=cc.pe3epwithyou
12
archives_base_name=island++
13
# Dependencies
src/main/resources/fabric.mod.json
@@ -41,5 +41,8 @@
41
"fabric-language-kotlin": ">=${kotlin_loader_version}",
42
"fabric": "*",
43
"minecraft": "${minecraft_version}"
44
+ },
45
+ "conflicts": {
46
+ "trident": "*"
47
}
48
0 commit comments