bconlon1 opened this issue 3 years ago ยท 0 comments
Should probably change if (this.effectsLocation.equals(new ResourceLocation(Aether.MODID, "the_aether"))) to if (this.effectsLocation.getNamespace().equals(Aether.MODID)).
if (this.effectsLocation.equals(new ResourceLocation(Aether.MODID, "the_aether")))
if (this.effectsLocation.getNamespace().equals(Aether.MODID))