File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
src/main/java/dev/enderman/minecraft/plugins/scp/items Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ private val unaffectedEntities = listOfNotNull(
17
17
EntityType .WARDEN ,
18
18
EntityType .ENDERMAN ,
19
19
EntityType .GUARDIAN ,
20
+ EntityType .ILLUSIONER ,
20
21
EntityType .ELDER_GUARDIAN ,
21
22
)
22
23
@@ -34,6 +35,17 @@ private val lessAffectedEntities = listOfNotNull(
34
35
*/
35
36
private val confusedEntities = listOfNotNull(
36
37
EntityType .ZOMBIE ,
38
+ EntityType .ZOMBIE ,
39
+ EntityType .HUSK ,
40
+ EntityType .ZOMBIE_VILLAGER ,
41
+ EntityType .ZOMBIE_HORSE ,
42
+ EntityType .GIANT ,
43
+ EntityType .CAT ,
44
+ EntityType .WOLF ,
45
+ EntityType .EVOKER ,
46
+ EntityType .POLAR_BEAR ,
47
+ EntityType .HOGLIN ,
48
+ EntityType .FOX ,
37
49
EntityType .IRON_GOLEM ,
38
50
EntityType .ZOMBIFIED_PIGLIN ,
39
51
EntityType .CAVE_SPIDER ,
You can’t perform that action at this time.
0 commit comments