Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/main/java/gtexpert/core/GTECoreModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
import static gtexpert.GTExpertMod.createItemBlock;
import static gtexpert.common.blocks.GTEMetaBlocks.*;

import gtexpert.api.recipes.GTERecipeMaps;

import net.minecraft.block.Block;
import net.minecraft.item.Item;
import net.minecraft.item.ItemBlock;
Expand All @@ -23,12 +21,12 @@
import org.jetbrains.annotations.NotNull;

import gregtech.api.block.VariantItemBlock;
import gregtech.api.recipes.RecipeMaps;
import gregtech.loaders.recipe.RecyclingRecipes;

import gtexpert.api.GTEValues;
import gtexpert.api.modules.GTEModule;
import gtexpert.api.modules.IGTEModule;
import gtexpert.api.recipes.GTERecipeMaps;
import gtexpert.common.CommonProxy;
import gtexpert.common.blocks.GTEBlockWireCoil;
import gtexpert.common.blocks.GTEMetaBlocks;
Expand Down