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 437676c commit d94dfc5Copy full SHA for d94dfc5
2 files changed
src/com/loohp/interactionvisualizer/Debug/Debug.java
@@ -37,9 +37,9 @@ public Debug() {
37
}
38
39
40
- try {
+ if (InteractionVisualizer.version.isPost1_16()) {
41
Bukkit.removeRecipe(new NamespacedKey(InteractionVisualizer.plugin, "nana_bone"));
42
- } catch (Exception e) {}
+ }
43
44
ItemStack bone = new ItemStack(Material.BONE, 1);
45
ItemMeta meta = bone.getItemMeta();
src/plugin.yml
@@ -1,6 +1,6 @@
1
name: InteractionVisualizer
2
author: loohp
3
-version: 1.13.4
+version: 1.13.5
4
main: com.loohp.interactionvisualizer.InteractionVisualizer
5
api-version: 1.13
6
description: Makes function blocks better
0 commit comments