Skip to content

Commit

Permalink
Revert "Impl DME JEI Exclusion Zones from DME #39"
Browse files Browse the repository at this point in the history
This reverts commit d544f75.
  • Loading branch information
IntegerLimit committed Dec 22, 2024
1 parent b4c8ecc commit d523867
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 167 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import net.minecraft.item.crafting.IRecipe;
import net.minecraft.nbt.NBTTagCompound;
import net.minecraft.util.ResourceLocation;
import net.minecraftforge.fml.common.Loader;
import net.minecraftforge.fml.common.registry.ForgeRegistries;

import org.apache.commons.lang3.tuple.Pair;
Expand All @@ -23,9 +22,7 @@
import com.google.common.collect.HashBasedTable;
import com.google.common.collect.ImmutableList;
import com.google.common.collect.Table;
import com.nomiceu.nomilabs.LabsValues;
import com.nomiceu.nomilabs.groovy.PartialRecipe;
import com.nomiceu.nomilabs.integration.deepmobevolution.DMEJEIExclusion;
import com.nomiceu.nomilabs.item.registry.LabsItems;
import com.nomiceu.nomilabs.util.ItemTagMeta;

Expand Down Expand Up @@ -62,14 +59,7 @@ public class JEIPlugin implements IModPlugin {
private static IIngredientRegistry itemRegistry;

@Override
public void register(@NotNull IModRegistry registry) {
/* DME Custom JEI Exclusion Handler (Impl DME#39) */
if (Loader.isModLoaded(LabsValues.DME_MODID)) {
registry.addAdvancedGuiHandlers(
new DMEJEIExclusion.MachineGuiExclusion(),
new DMEJEIExclusion.TrialGuiExclusion());
}

public void register(IModRegistry registry) {
var jeiHelpers = registry.getJeiHelpers();
itemRegistry = registry.getIngredientRegistry();

Expand Down

This file was deleted.

This file was deleted.

5 changes: 1 addition & 4 deletions src/main/resources/mixins.nomilabs.deepmoblearning.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"mixins": [
"DataModelHelperAccessor"
],
"client": [
"GuiMachineMixin",
"GuiSimulationChamberMixin"
],
"client": [],
"server": []
}

0 comments on commit d523867

Please sign in to comment.