Fix for forgotten code.

This commit is contained in:
TinyTank800 2025-01-29 18:13:44 -08:00
parent 698b77ece9
commit 7a6d51c287

View File

@ -640,13 +640,6 @@ public class ItemCreation {
}
}
if (plugin.legacy.MAJOR_VERSION.greaterThanOrEqualTo(MinecraftVersions.v1_14)){
if (one.getItemMeta().getCustomModelData() != (two.getItemMeta().getCustomModelData())) {
if(one.getItemMeta().hasCustomModelData()) {
return false;
}
}
}
}catch(Exception ignore){}
//check for nbt
if(nbtCheck) {