From 4201ed6d1647d3fdd0de8c8c9313670d7d64b289 Mon Sep 17 00:00:00 2001 From: LuukFTF Date: Sun, 13 Oct 2019 20:09:46 +0200 Subject: [PATCH] LuukFTF was stupid. --- .../vanillatweaks/CraftingTweaks/CraftingTweaks.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/nl/kallestruik/vanillatweaks/CraftingTweaks/CraftingTweaks.java b/src/main/java/nl/kallestruik/vanillatweaks/CraftingTweaks/CraftingTweaks.java index 8142dce..49f312d 100644 --- a/src/main/java/nl/kallestruik/vanillatweaks/CraftingTweaks/CraftingTweaks.java +++ b/src/main/java/nl/kallestruik/vanillatweaks/CraftingTweaks/CraftingTweaks.java @@ -68,10 +68,10 @@ public class CraftingTweaks { // Dispenser Alternative Recipe NamespacedKey dispenserKey = new NamespacedKey(plugin, "dispenser"); ShapedRecipe dispenserRecipe = new ShapedRecipe(dispenserKey, new ItemStack(Material.DISPENSER)); - spongeRecipe.shape(" TS","TDS"," TS"); - spongeRecipe.setIngredient('T', Material.STICK); - spongeRecipe.setIngredient('D', Material.DROPPER); - spongeRecipe.setIngredient('S', Material.STRING); + dispenserRecipe.shape(" TS","TDS"," TS"); + dispenserRecipe.setIngredient('T', Material.STICK); + dispenserRecipe.setIngredient('D', Material.DROPPER); + dispenserRecipe.setIngredient('S', Material.STRING);