Make androids immune to synesthesia and plague from Rats mod
This commit is contained in:
parent
ef2c89ea0a
commit
d4fb6d0b24
@ -1,5 +1,6 @@
|
||||
package ru.dbotthepony.mc.otm.datagen.tags
|
||||
|
||||
import net.minecraft.resources.ResourceLocation
|
||||
import net.minecraft.tags.BlockTags
|
||||
import net.minecraft.tags.ItemTags
|
||||
import net.minecraft.world.effect.MobEffects
|
||||
@ -262,4 +263,9 @@ fun addTags(tagsProvider: TagsProvider) {
|
||||
MobEffects.DOLPHINS_GRACE,
|
||||
MobEffects.CONFUSION,
|
||||
)
|
||||
|
||||
tagsProvider.androidImmuneEffects.add(
|
||||
ResourceLocation("rats", "plague"),
|
||||
ResourceLocation("rats", "synesthesia"),
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user