Another 1.13.2 fix

This commit is contained in:
nossr50
2020-08-18 20:28:09 -07:00
parent e5f1738168
commit 7ea9ec5c2f
2 changed files with 4 additions and 11 deletions

View File

@ -23,7 +23,10 @@ import org.bukkit.Location;
import org.bukkit.Material;
import org.bukkit.enchantments.Enchantment;
import org.bukkit.entity.Player;
import org.bukkit.inventory.*;
import org.bukkit.inventory.ItemStack;
import org.bukkit.inventory.Recipe;
import org.bukkit.inventory.ShapedRecipe;
import org.bukkit.inventory.ShapelessRecipe;
import org.bukkit.potion.PotionEffect;
import org.bukkit.potion.PotionEffectType;
import org.jetbrains.annotations.NotNull;