From 8334de2604076e2618c137352bb6e66a29354710 Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Tue, 27 Nov 2018 18:01:50 +0000 Subject: [PATCH] Fix config going into wrong dir --- .../java/techreborn/init/recipes/CraftingTableRecipes.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/java/techreborn/init/recipes/CraftingTableRecipes.java b/src/main/java/techreborn/init/recipes/CraftingTableRecipes.java index 82bf0de33..0c04d1fec 100644 --- a/src/main/java/techreborn/init/recipes/CraftingTableRecipes.java +++ b/src/main/java/techreborn/init/recipes/CraftingTableRecipes.java @@ -43,15 +43,17 @@ import techreborn.config.ConfigTechReborn; import techreborn.init.IC2Duplicates; import techreborn.init.ModBlocks; import techreborn.init.ModItems; -import techreborn.items.*; +import techreborn.items.DynamicCell; +import techreborn.items.ItemUpgrades; import techreborn.items.ingredients.ItemDustsSmall; import techreborn.items.ingredients.ItemNuggets; import techreborn.items.ingredients.ItemParts; +import techreborn.lib.ModInfo; /** * Created by Prospector */ -@RebornRegistry +@RebornRegistry(modID = ModInfo.MOD_ID) public class CraftingTableRecipes extends RecipeMethods { @ConfigRegistry(config = "recipes", category = "crafting", key = "cellRecipe", comment = "Enables the new thermal expansion compatible cell recipe")