Skip to content

Commit

Permalink
Oopsie daisies (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zorbatron authored Sep 9, 2024
1 parent 1e0e5a9 commit 8afd1aa
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/main/java/com/zorbatron/zbgt/recipe/ZBGTRecipes.java
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
package com.zorbatron.zbgt.recipe;

import net.minecraft.init.Blocks;

import com.zorbatron.zbgt.api.recipes.ZBGTRecipeMaps;
import com.zorbatron.zbgt.common.block.blocks.PreciseCasing;

import gregtech.api.GTValues;
import gregtech.api.unification.material.Materials;
import gregtech.api.util.Mods;

public class ZBGTRecipes {
@@ -22,13 +15,5 @@ public static void init() {
if (Mods.AppliedEnergistics2.isModLoaded()) {
AE2Recipes.init();
}

ZBGTRecipeMaps.PRECISE_ASSEMBLER_RECIPES.recipeBuilder()
.input(Blocks.DIRT, 64)
.fluidInputs(Materials.Water.getFluid(GTValues.L))
.output(Blocks.DIAMOND_BLOCK)
.CasingTier(PreciseCasing.CasingType.PRECISE_CASING_1.ordinal())
.EUt(GTValues.VA[GTValues.MV]).duration(20)
.buildAndRegister();
}
}

0 comments on commit 8afd1aa

Please sign in to comment.