Make Payload minecart a marker armor stand

This commit is contained in:
Electroid 2017-12-30 10:28:33 -07:00
parent eb6c3ac721
commit 6b88ce77b0
1 changed files with 1 additions and 0 deletions

View File

@ -680,6 +680,7 @@ public class Payload extends OwnedGoal<PayloadDefinition> {
this.labelEntity.setCustomName(this.getColoredName());
this.labelEntity.setCustomNameVisible(true);
this.labelEntity.setInvulnerable(true);
this.labelEntity.setMarker(true);
NMSHacks.enableArmorSlots(this.labelEntity, false);
}