Skip to content

Commit

Permalink
apply the rename rules to BW
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAPenguin0 committed Sep 1, 2024
1 parent 1f3f59a commit 5cc86fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
import gregtech.api.util.GT_Utility;
import gregtech.common.GT_Proxy;
import ic2.core.Ic2Items;
import pers.gwyog.gtneioreplugin.plugin.block.ModBlocks;
import pers.gwyog.gtneioreplugin.util.DimensionHelper;
import gtneioreplugin.plugin.block.ModBlocks;
import gtneioreplugin.util.DimensionHelper;

public class GT_CraftingRecipeLoader extends gregtech.loaders.postload.GT_CraftingRecipeLoader implements Runnable {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
import gtPlusPlus.core.material.ALLOY;
import gtPlusPlus.xmod.gregtech.api.enums.GregtechItemList;
import kekztech.common.TileEntities;
import pers.gwyog.gtneioreplugin.plugin.block.ModBlocks;
import gtneioreplugin.plugin.block.ModBlocks;

public class AssemblerRecipes implements Runnable {

Expand Down

0 comments on commit 5cc86fb

Please sign in to comment.