状态效果命令:/effect @p coffeework:golden_heart 30 0
作用未知的一种正面效果。
附源代码:
public void func_76394_a(EntityLivingBase entityLivingBaseIn, int amplifier) {
if (entityLivingBaseIn instanceof net.minecraft.entity.player.EntityPlayer)
for (Potion potion : ForgeRegistries.POTIONS.getValuesCollection()) {
if (potion.func_76398_f())
entityLivingBaseIn.func_184589_d(potion);
}
}
资料分类: | 特殊BUFF |