Skip to content

Commit

Permalink
Merge branch 'master' into gtnh-pause-menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master authored Oct 14, 2024
2 parents ad3e4ff + 9155dc7 commit b7234e1
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

import fox.spiteful.avaritia.crafting.ExtremeCraftingManager;
import gregtech.api.enums.ItemList;
import gregtech.api.enums.Mods;

public class ScriptOpenComputers implements IScriptLoader {

Expand All @@ -20,17 +21,11 @@ public String getScriptName() {

@Override
public List<String> getDependencies() {
return Arrays.asList(OpenComputers.ID, HardcoreEnderExpansion.ID, IndustrialCraft2.ID);
return Arrays.asList(Mods.OpenComputers.ID, HardcoreEnderExpansion.ID, IndustrialCraft2.ID);
}

@Override
public void loadRecipes() {
/*************************************
* Simple OC -> GT Transistor Recipe *
*************************************/

addShapelessRecipe(ItemList.Circuit_Parts_Transistor.get(1), getModItem(OpenComputers.ID, "transistor", 1));

ExtremeCraftingManager.getInstance().addExtremeShapedOreRecipe(
getModItem(OpenComputers.ID, "item", 1, 69, missing),
"---------",
Expand Down

0 comments on commit b7234e1

Please sign in to comment.