Remove new cable from JEI blacklist
This commit is contained in:
parent
c7419ee8ac
commit
cba5fff3c2
1 changed files with 0 additions and 2 deletions
|
@ -156,8 +156,6 @@ public class TechRebornJeiPlugin extends BlankModPlugin {
|
|||
jeiHelpers.getIngredientBlacklist().addIngredientToBlacklist(new ItemStack(ModFluids.BLOCK_COMPRESSED_AIR));
|
||||
jeiHelpers.getIngredientBlacklist().addIngredientToBlacklist(new ItemStack(ModItems.MISSING_RECIPE_PLACEHOLDER));
|
||||
|
||||
jeiHelpers.getIngredientBlacklist().addIngredientToBlacklist(new ItemStack(ModBlocks.CABLE));
|
||||
|
||||
if (IC2Duplicates.deduplicate()) {
|
||||
for (final IC2Duplicates duplicate : IC2Duplicates.values()) {
|
||||
if (duplicate.hasIC2Stack()) {
|
||||
|
|
Loading…
Reference in a new issue