Added inventory transaction logging for chiseled bookshelves

This commit is contained in:
Intelli 2023-07-08 14:55:24 -06:00
parent d7d53bf9e2
commit 7e97e12969
5 changed files with 50 additions and 3 deletions

View file

@ -862,7 +862,7 @@ public class Util extends Queue {
if (type == null) {
return -1;
}
return getEntityId(type.name(), true);
}