This commit is contained in:
paulevsGitch 2020-10-05 20:11:30 +03:00
parent be7fdf20e6
commit d40a008c2c
5 changed files with 0 additions and 11 deletions

View file

@ -19,7 +19,6 @@ import net.minecraft.item.Items;
import net.minecraft.loot.context.LootContext;
import net.minecraft.loot.context.LootContextParameters;
import net.minecraft.util.math.MathHelper;
import ru.betterend.item.EndHammer;
import ru.betterend.util.MHelper;

View file

@ -20,7 +20,6 @@ import net.minecraft.screen.Property;
import net.minecraft.screen.ScreenHandlerContext;
import net.minecraft.screen.ScreenHandlerType;
import net.minecraft.world.World;
import ru.betterend.recipe.AnvilSmithingRecipe;
@Mixin(AnvilScreenHandler.class)