I have error, when i trying to spawn ItemStack with snowball. What can i do to spawn it? Server version - spigot 1.12.2 Here my code(b - block): Code: Location loc = b.getLocation(); loc.add(0, 1, 0); World w = b.getWorld(); b.setType(Material.AIR); w.dropItem(loc, new ItemStack(Material.SNOWBALL));