Revert "Manually write android_immune_effects.json"
This reverts commit 1b8e1d147f
.
because minecraft engine is stupid
This commit is contained in:
parent
594e6c9fbf
commit
efc1642254
@ -228,4 +228,21 @@ fun addTags(tagsProvider: TagsProvider) {
|
|||||||
tagsProvider.witherImmune.add(
|
tagsProvider.witherImmune.add(
|
||||||
MBlocks.BLACK_HOLE,
|
MBlocks.BLACK_HOLE,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
tagsProvider.androidImmuneEffects.add(
|
||||||
|
MobEffects.CONDUIT_POWER,
|
||||||
|
MobEffects.HEAL,
|
||||||
|
// maybe it makes things go haywire idk
|
||||||
|
// MobEffects.HARM,
|
||||||
|
MobEffects.REGENERATION,
|
||||||
|
MobEffects.WATER_BREATHING,
|
||||||
|
MobEffects.POISON,
|
||||||
|
// even skeletons can be withered
|
||||||
|
// MobEffects.WITHER,
|
||||||
|
MobEffects.HEALTH_BOOST,
|
||||||
|
MobEffects.ABSORPTION,
|
||||||
|
MobEffects.SATURATION,
|
||||||
|
MobEffects.DOLPHINS_GRACE,
|
||||||
|
MobEffects.CONFUSION,
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
@ -187,6 +187,8 @@ class TagsProvider(
|
|||||||
val items = Delegate(ForgeRegistries.ITEMS)
|
val items = Delegate(ForgeRegistries.ITEMS)
|
||||||
val mobEffects = Delegate(ForgeRegistries.MOB_EFFECTS)
|
val mobEffects = Delegate(ForgeRegistries.MOB_EFFECTS)
|
||||||
|
|
||||||
|
val androidImmuneEffects = mobEffects.appender(MatteryPlayerCapability.ANDROID_IMMUNE_EFFECTS)
|
||||||
|
|
||||||
val requiresShovel = blocks.appender(BlockTags.MINEABLE_WITH_SHOVEL)
|
val requiresShovel = blocks.appender(BlockTags.MINEABLE_WITH_SHOVEL)
|
||||||
val requiresAxe = blocks.appender(BlockTags.MINEABLE_WITH_AXE)
|
val requiresAxe = blocks.appender(BlockTags.MINEABLE_WITH_AXE)
|
||||||
val requiresHoe = blocks.appender(BlockTags.MINEABLE_WITH_HOE)
|
val requiresHoe = blocks.appender(BlockTags.MINEABLE_WITH_HOE)
|
||||||
|
@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"values": [
|
|
||||||
"minecraft:conduit_power",
|
|
||||||
"minecraft:instant_health",
|
|
||||||
"minecraft:regeneration",
|
|
||||||
"minecraft:water_breathing",
|
|
||||||
"minecraft:poison",
|
|
||||||
"minecraft:health_boost",
|
|
||||||
"minecraft:absorption",
|
|
||||||
"minecraft:saturation",
|
|
||||||
"minecraft:dolphins_grace",
|
|
||||||
"minecraft:nausea",
|
|
||||||
"hordes:infected"
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user