Skip to content

Commit

Permalink
Coremod updates for Refactoring GT++ 2025-02-19 (GTNewHorizons#1208)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Robertz <[email protected]>
  • Loading branch information
serenibyss and Dream-Master authored Feb 28, 2025
1 parent 1d3d3cb commit 4a816c6
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
import java.util.Arrays;
import java.util.List;

import net.minecraft.item.ItemStack;
import net.minecraftforge.fluids.FluidRegistry;

import com.dreammaster.item.NHItemList;
Expand All @@ -44,7 +43,7 @@
import gregtech.api.util.GTModHandler;
import gregtech.api.util.GTOreDictUnificator;
import gregtech.api.util.GTUtility;
import gtPlusPlus.core.item.chemistry.AgriculturalChem;
import gtPlusPlus.xmod.gregtech.api.enums.GregtechItemList;

public class ScriptBiomesOPlenty implements IScriptLoader {

Expand Down Expand Up @@ -131,7 +130,7 @@ public void loadRecipes() {
"dustGlowstone");
addShapelessRecipe(
getModItem(BiomesOPlenty.ID, "coral1", 1, 15, missing),
new ItemStack(AgriculturalChem.mAgrichemItem1, 1, 1),
GregtechItemList.GreenAlgaeBiomass.get(1),
"dustGlowstone");
addShapelessRecipe(
getModItem(BiomesOPlenty.ID, "coral1", 1, 12, missing),
Expand Down

0 comments on commit 4a816c6

Please sign in to comment.