Bassebombecraft

Bassebombecraft

18.5k Downloads

1.14.3 build fails with: BLINDNESS cannot be resolved or is not a field

Closed this issue ยท 2 comments

commented

BLINDNESS cannot be resolved or is not a field
/bassebombecraft-1.8/src/main/java/bassebombecraft/item/action/inventory/AddBlindingEffect.java

commented

Solution:

  1. Type net.minecraft.init.MobEffects seems to have been replaced with net.minecraft.potion.Effects.
  2. Type import net.minecraft.potion.PotionEffect seems to have been replaced with net.minecraft.potion.EffectInstance
commented

Closed with commit d28b72e.