Remove old imports

This commit is contained in:
StoneLabs 2021-09-21 14:06:25 +02:00
parent cca1e7dab3
commit b37ca0d707
2 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
package net.fabricmc.example; package net.fabricmc.example;
import net.fabricmc.api.ModInitializer; import net.fabricmc.api.ModInitializer;
import org.apache.logging.log4j.Level;
import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger; import org.apache.logging.log4j.Logger;

View File

@ -2,7 +2,6 @@ package net.fabricmc.example.mixin;
import net.fabricmc.example.ExampleMod; import net.fabricmc.example.ExampleMod;
import net.minecraft.client.gui.screen.TitleScreen; import net.minecraft.client.gui.screen.TitleScreen;
import org.apache.logging.log4j.Level;
import org.spongepowered.asm.mixin.Mixin; import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.injection.At; import org.spongepowered.asm.mixin.injection.At;
import org.spongepowered.asm.mixin.injection.Inject; import org.spongepowered.asm.mixin.injection.Inject;