If a class is remapped to the default package, any imports for it should be removed. Currently: ``` import net.minecraft.client.MinecraftClient vvv import ave ``` should be: ``` import net.minecraft.client.MinecraftClient vvv ```