This commit is contained in:
parent
e1059e15e7
commit
8873a055bc
|
|
@ -21,6 +21,8 @@ public class SetNameFunctionMixin {
|
|||
public ItemStack deferSetName(ItemStack stack, Component name) {
|
||||
if (CommonLogic.isEmptyPendingMap(stack))
|
||||
ExplorationMapFunctionLogic.cacheName(stack, name);
|
||||
else
|
||||
stack.setHoverName(name);
|
||||
return stack;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user