Skip to content

Commit

Permalink
god fucking damnit what (#853)
Browse files Browse the repository at this point in the history
  • Loading branch information
screret authored Jan 30, 2024
1 parent 6fab62c commit 778582c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import lombok.Getter;
import net.minecraft.client.renderer.MultiBufferSource;
import net.minecraft.client.renderer.block.model.BakedQuad;
import net.minecraft.client.renderer.block.model.ItemTransforms;
import net.minecraft.client.renderer.texture.TextureAtlas;
import net.minecraft.client.renderer.texture.TextureAtlasSprite;
import net.minecraft.client.resources.model.*;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
import net.minecraft.client.Minecraft;
import net.minecraft.client.renderer.MultiBufferSource;
import net.minecraft.client.renderer.block.model.BakedQuad;
import net.minecraft.client.renderer.block.model.ItemTransforms;
import net.minecraft.client.renderer.texture.TextureAtlas;
import net.minecraft.client.resources.model.BakedModel;
import net.minecraft.client.resources.model.BlockModelRotation;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -633,12 +633,6 @@ private static void hardRedstoneRecipes(Consumer<FinishedRecipe> provider) {
VanillaRecipeHelper.addShapedRecipe(provider, "mangrove_button", new ItemStack(Blocks.MANGROVE_BUTTON, 6), "sP",
'P', new ItemStack(Blocks.MANGROVE_PRESSURE_PLATE));

VanillaRecipeHelper.addShapedRecipe(provider, "cherry_button", new ItemStack(Blocks.CHERRY_BUTTON, 6), "sP",
'P', new ItemStack(Blocks.CHERRY_PRESSURE_PLATE));

VanillaRecipeHelper.addShapedRecipe(provider, "bamboo_button", new ItemStack(Blocks.BAMBOO_BUTTON, 6), "sP",
'P', new ItemStack(Blocks.BAMBOO_PRESSURE_PLATE));

GTRecipeTypes.CUTTER_RECIPES.recipeBuilder("stone_button")
.inputItems(new ItemStack(Blocks.STONE_PRESSURE_PLATE))
.outputItems(new ItemStack(Blocks.STONE_BUTTON, 12))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,6 @@ private static void hardRedstoneRecipes(Consumer<ResourceLocation> registry) {
registry.accept(new ResourceLocation("minecraft:crimson_button"));
registry.accept(new ResourceLocation("minecraft:warped_button"));
registry.accept(new ResourceLocation("minecraft:mangrove_button"));
registry.accept(new ResourceLocation("minecraft:cherry_button"));
registry.accept(new ResourceLocation("minecraft:bamboo_button"));
}

private static void hardToolArmorRecipes(Consumer<ResourceLocation> registry) {
Expand Down

0 comments on commit 778582c

Please sign in to comment.