Update src/main/java/nl/kallestruik/vanillatweaks/CraftingTweaks/CraftingTweaks.java

master
LuukFTF 2019-10-16 21:39:33 +00:00
parent a1ae4a3d6b
commit 103c7a8bd4
1 changed files with 1 additions and 1 deletions

View File

@ -92,6 +92,6 @@ public class CraftingTweaks {
if (config.CRAFTING_TWEAKS_DRAGONS_BREATH) plugin.getServer().addRecipe(dragonBreathRecipe);
if (config.CRAFTING_TWEAKS_SPONGE) plugin.getServer().addRecipe(spongeRecipe);
if (config.CRAFTING_TWEAKS_DISPENSER) plugin.getServer().addRecipe(dispenserRecipe);
if (config.CRAFTING_TWEAKS_SHULKER_SHELL) plugin.getServer().addRecipe(shulkerShellRecipe)
if (config.CRAFTING_TWEAKS_SHULKER_SHELL) plugin.getServer().addRecipe(shulkerShellRecipe);
}
}