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

@ -1,12 +1,6 @@
package ru.betterend;
import java.util.Arrays;
import net.fabricmc.api.ModInitializer;
import net.fabricmc.fabric.api.tool.attribute.v1.FabricToolTags;
import net.fabricmc.fabric.impl.tool.attribute.ToolManagerImpl;
import net.fabricmc.fabric.impl.tool.attribute.handlers.ModdedToolsVanillaBlocksToolHandler;
import net.minecraft.item.Items;
import net.minecraft.util.Identifier;
import ru.betterend.config.MainConfig;
import ru.betterend.recipe.AlloyingRecipes;