LuukFTF was stupid.
parent
4fc321a426
commit
4201ed6d16
|
@ -68,10 +68,10 @@ public class CraftingTweaks {
|
||||||
// Dispenser Alternative Recipe
|
// Dispenser Alternative Recipe
|
||||||
NamespacedKey dispenserKey = new NamespacedKey(plugin, "dispenser");
|
NamespacedKey dispenserKey = new NamespacedKey(plugin, "dispenser");
|
||||||
ShapedRecipe dispenserRecipe = new ShapedRecipe(dispenserKey, new ItemStack(Material.DISPENSER));
|
ShapedRecipe dispenserRecipe = new ShapedRecipe(dispenserKey, new ItemStack(Material.DISPENSER));
|
||||||
spongeRecipe.shape(" TS","TDS"," TS");
|
dispenserRecipe.shape(" TS","TDS"," TS");
|
||||||
spongeRecipe.setIngredient('T', Material.STICK);
|
dispenserRecipe.setIngredient('T', Material.STICK);
|
||||||
spongeRecipe.setIngredient('D', Material.DROPPER);
|
dispenserRecipe.setIngredient('D', Material.DROPPER);
|
||||||
spongeRecipe.setIngredient('S', Material.STRING);
|
dispenserRecipe.setIngredient('S', Material.STRING);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in New Issue