Skip to content

Commit d94dfc5

Browse files
committed
1.13.5 Update
1 parent 437676c commit d94dfc5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/com/loohp/interactionvisualizer/Debug/Debug.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ public Debug() {
3737
}
3838
}
3939

40-
try {
40+
if (InteractionVisualizer.version.isPost1_16()) {
4141
Bukkit.removeRecipe(new NamespacedKey(InteractionVisualizer.plugin, "nana_bone"));
42-
} catch (Exception e) {}
42+
}
4343

4444
ItemStack bone = new ItemStack(Material.BONE, 1);
4545
ItemMeta meta = bone.getItemMeta();

src/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: InteractionVisualizer
22
author: loohp
3-
version: 1.13.4
3+
version: 1.13.5
44
main: com.loohp.interactionvisualizer.InteractionVisualizer
55
api-version: 1.13
66
description: Makes function blocks better

0 commit comments

Comments
 (0)