Cart Contraptions now keep their item name
This commit is contained in:
parent
da5ae87bec
commit
f85c47e9b1
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ public class MinecartContraptionItem extends Item {
|
|||
OrientedContraptionEntity contraption = (OrientedContraptionEntity) passengers.get(0);
|
||||
|
||||
if (!event.getWorld().isRemote) {
|
||||
player.inventory.placeItemBackInInventory(event.getWorld(), create(type, contraption));
|
||||
player.inventory.placeItemBackInInventory(event.getWorld(), create(type, contraption).setDisplayName(entity.getCustomName()));
|
||||
contraption.remove();
|
||||
entity.remove();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue