We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4957ba5 commit 3c1250eCopy full SHA for 3c1250e
src/main/java/dev/enderman/minecraft/plugins/scp/items/SCP268Item.kt
@@ -35,7 +35,9 @@ private val lessAffectedEntities = listOfNotNull(
35
private val confusedEntities = listOfNotNull(
36
EntityType.ZOMBIE,
37
EntityType.IRON_GOLEM,
38
- EntityType.ZOMBIFIED_PIGLIN
+ EntityType.ZOMBIFIED_PIGLIN,
39
+ EntityType.CAVE_SPIDER,
40
+ EntityType.SPIDER
41
)
42
43
class SCP268Item(plugin: SCPPlugin) : TexturedItem(plugin, "scp_268", Material.LEATHER_HELMET) {
0 commit comments