Skip to content

Commit 3c1250e

Browse files
Make spiders "confused" by SCP-268
1 parent 4957ba5 commit 3c1250e

File tree

1 file changed

+3
-1
lines changed
  • src/main/java/dev/enderman/minecraft/plugins/scp/items

1 file changed

+3
-1
lines changed

src/main/java/dev/enderman/minecraft/plugins/scp/items/SCP268Item.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ private val lessAffectedEntities = listOfNotNull(
3535
private val confusedEntities = listOfNotNull(
3636
EntityType.ZOMBIE,
3737
EntityType.IRON_GOLEM,
38-
EntityType.ZOMBIFIED_PIGLIN
38+
EntityType.ZOMBIFIED_PIGLIN,
39+
EntityType.CAVE_SPIDER,
40+
EntityType.SPIDER
3941
)
4042

4143
class SCP268Item(plugin: SCPPlugin) : TexturedItem(plugin, "scp_268", Material.LEATHER_HELMET) {

0 commit comments

Comments
 (0)