Skip to content

Commit

Permalink
ItemBlockMaterial: 1.14 only, not available in 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Nov 9, 2019
1 parent af712e9 commit 3ffe17f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -101,7 +101,7 @@ public static void registermainProperties() {
if (NMSHandler.getVersion().isAtMost(NMSVersion.v1_12)) {
PropertyParser.registerProperty(ItemBaseColor.class, ItemTag.class);
}
if (NMSHandler.getVersion().isAtLeast(NMSVersion.v1_13)) {
if (NMSHandler.getVersion().isAtLeast(NMSVersion.v1_14)) {
PropertyParser.registerProperty(ItemBlockMaterial.class, ItemTag.class);
}
PropertyParser.registerProperty(ItemBook.class, ItemTag.class);
Expand Down

0 comments on commit 3ffe17f

Please sign in to comment.