Silenced a mostly harmless error that can happen when using plugins like crazyenchantments

This commit is contained in:
nossr50
2020-12-01 13:08:33 -08:00
parent dacd846fe7
commit 958fb6f044
12 changed files with 363 additions and 290 deletions

View File

@ -50,6 +50,8 @@ public class NMSConstants {
return "v1_15_R1";
case NMS_1_16_1:
return "v1_16_R1";
case NMS_1_16_4:
return "v1_16_R3";
case UNSUPPORTED:
break;
}