You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: bootstrap/bukkit/src/main/kotlin/kr/toxicity/hud/bootstrap/bukkit/compatibility/oraxen/OraxenCompatibility.kt
+4-1
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,9 @@ class OraxenCompatibility : Compatibility {
45
45
}
46
46
else-> warn("Unknown Oraxen Version.")
47
47
}
48
-
info("Successfully handle Oraxen $version.")
48
+
info(
49
+
"BetterHud hooks Oraxen $version.",
50
+
"Be sure to set 'pack-type' to 'none' in your config."
Copy file name to clipboardexpand all lines: bootstrap/fabric/src/main/kotlin/kr/toxicity/hud/bootstrap/fabric/compatibility/PolymerResourcePackCompatibility.kt
+4
Original file line number
Diff line number
Diff line change
@@ -49,5 +49,9 @@ class PolymerResourcePackCompatibility : Compatibility {
49
49
isOnReload-> warn("This mod is still on reload!")
50
50
}
51
51
}
52
+
info(
53
+
"BetterHud hooks Polymer resource pack.",
54
+
"Be sure to set 'pack-type' to 'none' in your config."
pattern: Minecraft is a 3D sandbox adventure game developed by Mojang Studios where players can interact with a fully customizable three-dimensional world made of blocks and entities. Its diverse gameplay options allow players to choose the way they play, creating countless possibilities.
0 commit comments