Auto update mappings
This commit is contained in:
parent
595c9575b1
commit
4095a0b52d
79 changed files with 704 additions and 644 deletions
|
@ -24,7 +24,7 @@ public class TRTickHandler
|
|||
? player.getItemStackFromSlot(EntityEquipmentSlot.CHEST).getItem() : null;
|
||||
|
||||
if (previouslyWearing != chestslot && previouslyWearing == ModItems.cloakingDevice && player.isInvisible()
|
||||
&& !player.isPotionActive(MobEffects.invisibility))
|
||||
&& !player.isPotionActive(MobEffects.INVISIBILITY))
|
||||
{
|
||||
player.setInvisible(false);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue