We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d470634 commit b3feacfCopy full SHA for b3feacf
src/main/java/io/github/thebusybiscuit/mobcapturer/MobCapturer.java
@@ -45,11 +45,11 @@ public static Registry getRegistry() {
45
public void onEnable() {
46
setInstance(this);
47
48
- if (MinecraftVersionUtil.isAtLeast(21, 3)) {
49
- getLogger().severe("MobCapturer is not compatible with Minecraft 1.21.3 or higher yet.");
50
- getServer().getPluginManager().disablePlugin(this);
51
- return;
52
- }
+// if (MinecraftVersionUtil.isAtLeast(21, 3)) {
+// getLogger().severe("MobCapturer is not compatible with Minecraft 1.21.3 or higher yet.");
+// getServer().getPluginManager().disablePlugin(this);
+// return;
+// }
53
54
Config cfg = new Config(this);
55
new Metrics(this, 6672);
0 commit comments