|
1 | 1 | package gtexpert.api.recipes; |
2 | 2 |
|
3 | | -import static gregtech.api.GTValues.*; |
4 | | -import static gregtech.api.unification.ore.OrePrefix.dust; |
5 | | - |
6 | 3 | import net.minecraft.init.SoundEvents; |
7 | 4 |
|
8 | 5 | import gregtech.api.gui.GuiTextures; |
9 | 6 | import gregtech.api.gui.widgets.ProgressWidget; |
10 | 7 | import gregtech.api.recipes.RecipeMap; |
11 | | -import gregtech.api.recipes.RecipeMaps; |
12 | 8 | import gregtech.api.recipes.builders.SimpleRecipeBuilder; |
13 | | -import gregtech.api.unification.material.Materials; |
14 | 9 | import gregtech.core.sound.GTSoundEvents; |
15 | 10 |
|
16 | 11 | import gtexpert.api.gui.GTEGuiTextures; |
@@ -52,20 +47,6 @@ public class GTERecipeMaps { |
52 | 47 | .setProgressBar(GuiTextures.PROGRESS_BAR_GAS_COLLECTOR, ProgressWidget.MoveType.HORIZONTAL) |
53 | 48 | .setSound(GTSoundEvents.COOLING); |
54 | 49 |
|
55 | | - @ZenProperty |
56 | | - public static final RecipeMap<SimpleRecipeBuilder> ELECTRIC_IMPLOSION_COMPRESSOR_RECIPES = new RecipeMap<>( |
57 | | - "electric_implosion_compressor", 6, 2, 0, 0, |
58 | | - new SimpleRecipeBuilder().duration(1).EUt(VA[UV]).chancedOutput(dust, Materials.DarkAsh, 2500, 0), false) |
59 | | - .setSlotOverlay(false, false, false, GuiTextures.IMPLOSION_OVERLAY_2) |
60 | | - .setSlotOverlay(false, false, false, GuiTextures.IMPLOSION_OVERLAY_2) |
61 | | - .setSlotOverlay(false, false, false, GuiTextures.IMPLOSION_OVERLAY_2) |
62 | | - .setSlotOverlay(false, false, false, GuiTextures.IMPLOSION_OVERLAY_2) |
63 | | - .setSlotOverlay(false, false, false, GuiTextures.IMPLOSION_OVERLAY_2) |
64 | | - .setSlotOverlay(false, false, true, GuiTextures.IMPLOSION_OVERLAY_2) |
65 | | - .setSlotOverlay(true, false, true, GuiTextures.DUST_OVERLAY) |
66 | | - .setSound(SoundEvents.ENTITY_GENERIC_EXPLODE) |
67 | | - .setSmallRecipeMap(RecipeMaps.IMPLOSION_RECIPES); |
68 | | - |
69 | 50 | @ZenProperty |
70 | 51 | public static final RecipeMap<SimpleRecipeBuilder> STEAM_MIXER_RECIPES = new RecipeMap<>( |
71 | 52 | "steam_mixer", 6, 2, 0, 0, new SimpleRecipeBuilder(), false) |
|
0 commit comments