This commit is contained in:
Auxilor
2022-09-14 21:13:33 +01:00
parent 88f974fd10
commit e59a8cc2e6

View File

@@ -234,7 +234,7 @@ public final class Items {
if (part instanceof EmptyTestableItem || part == null) {
return new EmptyTestableItem();
}
registerCustomItem(namespacedKey, item);
registerCustomItem(namespacedKey, part);
}
/*