mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Fix spider not considered as hostile mob
This commit is contained in:
parent
1088e6c4fd
commit
c3dd0209c8
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ namespace MinecraftClient.Mapping
|
||||||
case EntityType.Silverfish:
|
case EntityType.Silverfish:
|
||||||
case EntityType.Skeleton:
|
case EntityType.Skeleton:
|
||||||
case EntityType.Slime:
|
case EntityType.Slime:
|
||||||
|
case EntityType.Spider:
|
||||||
case EntityType.Stray:
|
case EntityType.Stray:
|
||||||
case EntityType.Vex:
|
case EntityType.Vex:
|
||||||
case EntityType.Vindicator:
|
case EntityType.Vindicator:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue