From 4e07ceb8e885055ecdb6b2b9fbd955e9b9d0a80c Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Wed, 26 Oct 2022 21:30:09 +0700 Subject: [PATCH] Androids are now immune to confusion Fixes #159 --- src/data/kotlin/ru/dbotthepony/mc/otm/datagen/tags/Tags.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/tags/Tags.kt b/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/tags/Tags.kt index 249e3bb51..8ab2ecf59 100644 --- a/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/tags/Tags.kt +++ b/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/tags/Tags.kt @@ -208,5 +208,6 @@ fun addTags(tagsProvider: TagsProvider) { MobEffects.ABSORPTION, MobEffects.SATURATION, MobEffects.DOLPHINS_GRACE, + MobEffects.CONFUSION, ) }